mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03: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