mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 08:10:47 +02:00
Remove hover states on background utilities (#28457)
This commit is contained in:
committed by
XhmikosR
parent
837ff0cc11
commit
a88d58605a
@@ -1,7 +1,9 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
@include bg-variant(".bg-#{$color}", $value);
|
||||
.bg-#{$color} {
|
||||
background-color: $value !important;
|
||||
}
|
||||
}
|
||||
|
||||
@if $enable-gradients {
|
||||
|
Reference in New Issue
Block a user