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}'
|
||||
widget-badge='hd-counter'
|
||||
widget-name='sib-display-div'
|
||||
next='circle'
|
||||
)
|
||||
sib-display(
|
||||
bind-user
|
||||
@ -73,6 +72,7 @@ nav#main__menu.jsLeftMenu
|
||||
empty-value='circle'
|
||||
widget-circle='menu-circle-fix-url'
|
||||
order-by='circle.name'
|
||||
next='circle'
|
||||
)
|
||||
div.divider
|
||||
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;
|
||||
color: $color-233-18-29;
|
||||
font-weight: bold;
|
||||
|
Loading…
Reference in New Issue
Block a user