Add Bootstrap dropdown CSS variable overrides
This commit is contained in:
parent
a0c99574ba
commit
ddb2537926
|
@ -85,6 +85,7 @@ $navbar-inverse-toggle-border-color: #512da8;
|
|||
"overrides/buttons",
|
||||
"overrides/colors",
|
||||
"overrides/card",
|
||||
"overrides/dropdown",
|
||||
"overrides/links",
|
||||
"overrides/list-group",
|
||||
"overrides/navbar";
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
.dropdown-item.active, .dropdown-item:active {
|
||||
color: RGB(var(--primary-text));
|
||||
background-color: var(--primary);
|
||||
}
|
Loading…
Reference in New Issue