fixed accent color override with dropdown menus

This commit is contained in:
REJack
2020-01-16 15:23:49 +01:00
parent a4d297de9d
commit 1ea675c50d
5 changed files with 198 additions and 58 deletions

View File

@@ -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;