2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Fixes #20619: Add important to the hover/focus as well (#20626)

This commit is contained in:
Mark Otto
2016-09-04 17:55:34 -07:00
committed by GitHub
parent d6584f13bf
commit 9c720285b5
+1 -1
View File
@@ -6,7 +6,7 @@
} }
a#{$parent} { a#{$parent} {
@include hover-focus { @include hover-focus {
color: darken($color, 10%); color: darken($color, 10%) !important;
} }
} }
} }