]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add !important to text and background color utility classes 18109/head
authorChris Rebert <code@chrisrebert.com>
Fri, 30 Oct 2015 04:40:42 +0000 (21:40 -0700)
committerChris Rebert <code@chrisrebert.com>
Fri, 30 Oct 2015 04:40:42 +0000 (21:40 -0700)
[skip sauce]
[skip validator]

scss/mixins/_background-variant.scss
scss/mixins/_text-emphasis.scss

index d2cc5431908fc768df7e086f913bcc72747e99da..0c9f2f084efe2c35473ca29f47eb53a2f4d9b262 100644 (file)
@@ -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 {
index 0a6428ea7618dbe1886dbd0baba039f917e32032..27a4f454e200d1f816954ffdc50981bf10f4d600 100644 (file)
@@ -2,7 +2,7 @@
 
 @mixin text-emphasis-variant($parent, $color) {
   #{$parent} {
-    color: $color;
+    color: $color !important;
   }
   a#{$parent} {
     @include hover-focus {