1
0
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:
Martijn Cuppens
2019-03-14 18:36:02 +01:00
committed by XhmikosR
parent 837ff0cc11
commit a88d58605a
3 changed files with 4 additions and 16 deletions

View File

@@ -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 {