Skip to content

Commit b620d09

Browse files
committed
Update Underline component to use state mixin
1 parent fc43ef6 commit b620d09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/stylesheets/components/_underline.sass

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
transition: transform $underline-color-transition-duration ease-in-out
3636
z-index: 1
3737

38-
&:active,
39-
&:focus,
40-
&:hover
38+
+state
4139
background: none
4240

4341
&::before

0 commit comments

Comments
 (0)