fix: move next to parent
This commit is contained in:
parent
7277983e08
commit
fb703e7246
@ -63,7 +63,6 @@ nav#main__menu.jsLeftMenu
|
|||||||
value-badge='${value}'
|
value-badge='${value}'
|
||||||
widget-badge='hd-counter'
|
widget-badge='hd-counter'
|
||||||
widget-name='sib-display-div'
|
widget-name='sib-display-div'
|
||||||
next='circle'
|
|
||||||
)
|
)
|
||||||
sib-display(
|
sib-display(
|
||||||
bind-user
|
bind-user
|
||||||
@ -73,6 +72,7 @@ nav#main__menu.jsLeftMenu
|
|||||||
empty-value='circle'
|
empty-value='circle'
|
||||||
widget-circle='menu-circle-fix-url'
|
widget-circle='menu-circle-fix-url'
|
||||||
order-by='circle.name'
|
order-by='circle.name'
|
||||||
|
next='circle'
|
||||||
)
|
)
|
||||||
div.divider
|
div.divider
|
||||||
div.menu-wrapper
|
div.menu-wrapper
|
||||||
|
@ -149,7 +149,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&>sib-display[active]>div {
|
&>sib-display[active]>div,
|
||||||
|
&>sib-display>div>menu-circle-fix-url>sib-display[active]>div {
|
||||||
background-color: $color-46-100-67;
|
background-color: $color-46-100-67;
|
||||||
color: $color-233-18-29;
|
color: $color-233-18-29;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user