2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Added !important to hover

cause hover isn't working since bg-color is !important
This commit is contained in:
sergej2705
2015-12-10 08:51:09 +01:00
parent e941bbe3af
commit 7ad62ec9cd
+1 -1
View File
@@ -7,7 +7,7 @@
}
a#{$parent} {
@include hover-focus {
background-color: darken($color, 10%);
background-color: darken($color, 10%) !important;
}
}
}