1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

Merge pull request #18518 from sergej2705/v4-dev-background-variant

Added !important to hover
This commit is contained in:
Mark Otto
2016-01-06 01:07:28 -08:00

View File

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