Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 4150b60

Browse files
nashvailsfrisk
authored andcommitted
Buttons: Removed underline on hover from anchor tags
Fixes gh-165 Closes gh-166
1 parent 437f2a2 commit 4150b60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/atoms/buttons/_mixins.scss

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
@include btn-hover($btn-colors);
3737
}
3838

39+
&:hover {
40+
text-decoration: none;
41+
}
42+
3943
&:disabled,
4044
&.disabled {
4145
@include btn-disabled($btn-colors);

0 commit comments

Comments
 (0)