diff options
| author | sergej2705 <[email protected]> | 2015-12-10 08:51:09 +0100 |
|---|---|---|
| committer | sergej2705 <[email protected]> | 2015-12-10 08:51:09 +0100 |
| commit | 7ad62ec9cd90c5862be3b8837a0305860354337c (patch) | |
| tree | 4ac6479408b512b4ea88d942fa0ab7f4ace32881 | |
| parent | e941bbe3afd78bd87867ad8c041addb0bfe5fd45 (diff) | |
| download | bootstrap-7ad62ec9cd90c5862be3b8837a0305860354337c.tar.xz bootstrap-7ad62ec9cd90c5862be3b8837a0305860354337c.zip | |
Added !important to hover
cause hover isn't working since bg-color is !important
| -rw-r--r-- | scss/mixins/_background-variant.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_background-variant.scss b/scss/mixins/_background-variant.scss index 0c9f2f084..ff21ad958 100644 --- a/scss/mixins/_background-variant.scss +++ b/scss/mixins/_background-variant.scss @@ -7,7 +7,7 @@ } a#{$parent} { @include hover-focus { - background-color: darken($color, 10%); + background-color: darken($color, 10%) !important; } } } |
