FIX: use correct setting for active menu item color (#10)

This commit is contained in:
Faizaan Gagan 2021-10-10 01:04:10 +05:30 committed by GitHub
parent afc92a6e52
commit 3d341a4735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $icon-opacity: 0.7;
&:active, &:active,
&:focus { &:focus {
background: fallback($Menu_item-active_background, $primary-low); background: fallback($Menu_item-active_background, $primary-low);
color: fallback($Menu-item-active-background, $primary); color: fallback($Menu-item-active-color, $primary);
cursor: default; cursor: default;
.d-icon-caret-right { .d-icon-caret-right {
transform: rotate(90deg); transform: rotate(90deg);