From: Chris Rebert Date: Fri, 30 Oct 2015 04:40:42 +0000 (-0700) Subject: Add !important to text and background color utility classes X-Git-Tag: v4.0.0-alpha.2~172^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bcf60148ad46f0a66fe3fb261fa71c15e9f3e3e;p=thirdparty%2Fbootstrap.git Add !important to text and background color utility classes [skip sauce] [skip validator] --- diff --git a/scss/mixins/_background-variant.scss b/scss/mixins/_background-variant.scss index d2cc543190..0c9f2f084e 100644 --- a/scss/mixins/_background-variant.scss +++ b/scss/mixins/_background-variant.scss @@ -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 { diff --git a/scss/mixins/_text-emphasis.scss b/scss/mixins/_text-emphasis.scss index 0a6428ea76..27a4f454e2 100644 --- a/scss/mixins/_text-emphasis.scss +++ b/scss/mixins/_text-emphasis.scss @@ -2,7 +2,7 @@ @mixin text-emphasis-variant($parent, $color) { #{$parent} { - color: $color; + color: $color !important; } a#{$parent} { @include hover-focus {