Skip to content

Commit 2895d78

Browse files
committed
adds a hover state to the button element on the backrgound color utitility
1 parent 80d4a51 commit 2895d78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/mixins/_background-variant.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#{$parent} {
77
background-color: $color !important;
88
}
9-
a#{$parent} {
9+
a#{$parent},
10+
button#{$parent} {
1011
@include hover-focus {
1112
background-color: darken($color, 10%) !important;
1213
}

0 commit comments

Comments
 (0)