fixed accent color override with dropdown menus
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
$pagination-active-border-color: $color;
|
||||
|
||||
.btn-link,
|
||||
a {
|
||||
a:not(.dropdown-item ) {
|
||||
color: $link-color;
|
||||
|
||||
@include hover {
|
||||
@@ -19,6 +19,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-item.active {
|
||||
background: $color;
|
||||
color: color-yiq($color);
|
||||
}
|
||||
|
||||
.custom-control-input:checked ~ .custom-control-label {
|
||||
&::before {
|
||||
background: $color;
|
||||
|
||||
Reference in New Issue
Block a user