Skip to content

Commit 4170ad2

Browse files
Remove hover effect from codeblock
1 parent f0acb85 commit 4170ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theming/rules/_layouts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
overflow: hidden;
172172

173173
&:hover {
174-
transform: translateY(-2px);
174+
transform: none;
175175
box-shadow: 0 6px 22px darken($box-shadow-color, 40%);
176176
border: 1px solid $btn-border-color;
177177
}

0 commit comments

Comments
 (0)