mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Add !important to text and background color utility classes
[skip sauce] [skip validator]
This commit is contained in:
parent
6e8f08dc67
commit
8bcf60148a
@ -2,8 +2,8 @@
|
||||
|
||||
@mixin bg-variant($parent, $color) {
|
||||
#{$parent} {
|
||||
color: #fff;
|
||||
background-color: $color;
|
||||
color: #fff !important;
|
||||
background-color: $color !important;
|
||||
}
|
||||
a#{$parent} {
|
||||
@include hover-focus {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@mixin text-emphasis-variant($parent, $color) {
|
||||
#{$parent} {
|
||||
color: $color;
|
||||
color: $color !important;
|
||||
}
|
||||
a#{$parent} {
|
||||
@include hover-focus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user