fix: move next to parent

This commit is contained in:
Jean-Baptiste Pasquier 2020-01-27 13:18:28 +01:00
parent 7277983e08
commit fb703e7246
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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;