-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.10
-
Fix Version/s: HOTFIX_10.10, 11.x
-
Component/s: Style & CSS
-
Tags:
-
Backlog priority:350
Currently only the color of the side bar can be changed thanks to the mixin nuxeo-sidebar-menu-hover
:host(.selected) paper-icon-button { background: rgba(0, 0, 0, 0.2); color: var(--nuxeo-sidebar-menu-hover); }
There should be a mixin for the background too, instead of the static RGBA value