FIX: use correct setting for active menu item color (#10)
This commit is contained in:
parent
afc92a6e52
commit
3d341a4735
|
@ -39,7 +39,7 @@ $icon-opacity: 0.7;
|
|||
&:active,
|
||||
&:focus {
|
||||
background: fallback($Menu_item-active_background, $primary-low);
|
||||
color: fallback($Menu-item-active-background, $primary);
|
||||
color: fallback($Menu-item-active-color, $primary);
|
||||
cursor: default;
|
||||
.d-icon-caret-right {
|
||||
transform: rotate(90deg);
|
||||
|
|
Loading…
Reference in New Issue