Skip to content

Commit c1e292b

Browse files
committed
adds a transition to hover states on background color utilities to have consistency with btns
1 parent fe568be commit c1e292b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/mixins/_background-variant.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
@include hover-focus {
1212
background-color: darken($color, 10%) !important;
1313
}
14+
@include transition($btn-transition);
1415
}
1516
}
1617

0 commit comments

Comments
 (0)