Added !important to hover
cause hover isn't working since bg-color is !important
This commit is contained in:
parent
e941bbe3af
commit
7ad62ec9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
a#{$parent} {
|
||||
@include hover-focus {
|
||||
background-color: darken($color, 10%);
|
||||
background-color: darken($color, 10%) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue