Commit 7ad62ec9 authored by sergej2705's avatar sergej2705
Browse files

Added !important to hover

cause hover isn't working since bg-color is !important
parent e941bbe3
Showing with 1 addition and 1 deletion
+1 -1
......@@ -7,7 +7,7 @@
}
a#{$parent} {
@include hover-focus {
background-color: darken($color, 10%);
background-color: darken($color, 10%) !important;
}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment