Skip to content
Snippets Groups Projects
Commit 75fa0762 authored by HJ's avatar HJ :fire:
Browse files

fix icons in menus

parent b96993e4
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,9 @@
--faintLink: var(--selectedMenuPopoverFaintLink, $fallback--faint);
--lightText: var(--selectedMenuPopoverLightText, $fallback--lightText);
--icon: var(--selectedMenuPopoverIcon, $fallback--icon);
i {
color: var(--selectedMenuPopoverIcon, $fallback--icon);
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment