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}'
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

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;
color: $color-233-18-29;
font-weight: bold;