mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:39:52 +01:00
Add Bootstrap dropdown CSS variable overrides
This commit is contained in:
parent
a0c99574ba
commit
ddb2537926
2 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
4
app/assets/stylesheets/overrides/_dropdown.scss
Normal file
4
app/assets/stylesheets/overrides/_dropdown.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
.dropdown-item.active, .dropdown-item:active {
|
||||
color: RGB(var(--primary-text));
|
||||
background-color: var(--primary);
|
||||
}
|
Loading…
Reference in a new issue