0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01: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

View File

@ -6,7 +6,7 @@
}
a#{$parent} {
@include hover-focus {
color: darken($color, 10%);
color: darken($color, 10%) !important;
}
}
}