Skip to content

Commit 3d341a4

Browse files
authored
FIX: use correct setting for active menu item color (#10)
1 parent afc92a6 commit 3d341a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $icon-opacity: 0.7;
3939
&:active,
4040
&:focus {
4141
background: fallback($Menu_item-active_background, $primary-low);
42-
color: fallback($Menu-item-active-background, $primary);
42+
color: fallback($Menu-item-active-color, $primary);
4343
cursor: default;
4444
.d-icon-caret-right {
4545
transform: rotate(90deg);

0 commit comments

Comments
 (0)