2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +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} {
@include hover-focus {
color: darken($color, 10%);
color: darken($color, 10%) !important;
}
}
}