feature: menu-left - hover and active styles on sub-menus

This commit is contained in:
gaelle morin 2020-12-21 11:02:26 +01:00
parent 3f1731728b
commit 5ebb8ab928
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ solid-widget(name='hubl-menu-fix-url-contact')
solid-widget(name='hubl-menu-fix-url-circle')
template
solid-link.segment.lg-full(data-src="${value}" next="circle")
solid-display(
solid-display.segment-lg-full.text-color-white.heading-active.bg-color-heading.hover.active(
data-src='${value}'
fields='segment(status, circle(name, jabberID), badge)'
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"
@ -71,7 +71,7 @@ solid-widget(name='hubl-menu-fix-url-circle')
solid-widget(name='hubl-menu-fix-url-project')
template
solid-link.segment.lg-full(data-src="${value}" next="project")
solid-display(
solid-display.segment-lg-full.text-color-white.heading-active.bg-color-heading.hover.active(
data-src='${value}'
fields='segment(status, project(customer.name, name, jabberID), badge)'
class-segment="segment lg-full padding-top-xxsmall padding-right-small padding-left-medium"
@ -148,7 +148,7 @@ solid-router#navbar-router(default-route='dashboard')
div
div
div
solid-display.ellipsis.text-color-white(
solid-display.ellipsis(
bind-user
nested-field='projects'
fields='project'
@ -177,7 +177,7 @@ solid-router#navbar-router(default-route='dashboard')
div
div
div
solid-display.ellipsis.text-color-white(
solid-display.ellipsis(
bind-user
nested-field='circles'
fields='circle'