]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #20619: Add important to the hover/focus as well (#20626)
authorMark Otto <markd.otto@gmail.com>
Mon, 5 Sep 2016 00:55:34 +0000 (17:55 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2016 00:55:34 +0000 (17:55 -0700)
scss/mixins/_text-emphasis.scss

index 27a4f454e200d1f816954ffdc50981bf10f4d600..9cd4b6a4f008acb58dcfd415893df420edf6efd2 100644 (file)
@@ -6,7 +6,7 @@
   }
   a#{$parent} {
     @include hover-focus {
-      color: darken($color, 10%);
+      color: darken($color, 10%) !important;
     }
   }
 }