mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-03-03 08:19:05 +00:00
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,
|
&: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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user