mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Merge pull request #18518 from sergej2705/v4-dev-background-variant
Added !important to hover
This commit is contained in:
commit
6d01de2f74
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…
Reference in a new issue