ui(left-menu): active style on childs of submenus added

This commit is contained in:
Gaëlle Morin 2019-06-07 23:01:08 +02:00
parent 640181b5f5
commit f0d199ba95

View File

@ -90,24 +90,40 @@
} }
.sub-menu { .sub-menu {
padding-left: 2.88rem;
div { sib-display>div {
color: $color-244-10-70;
cursor: pointer; &>sib-display {
padding-bottom: 1.12rem;
&:last-child>div {
div[name='project'] { margin-bottom: 2.2rem;
display: flex; }
>div {
color: $color-244-10-70;
cursor: pointer;
padding: 10px 10px 10px 32px;
}
div[name='project'] {
display: flex;
sib-display-value { sib-display-value {
display: block; display: block;
} height: 20px;
}
sib-display-div[name='dash'] {
margin: 0 0.4em; sib-display-div[name='dash'] {
margin: 0 0.4em;
}
} }
} }
&>sib-display[active]>div {
background-color: $color-46-100-67;
color: $color-233-18-29;
font-weight: bold;
}
} }
&.menu-notification { &.menu-notification {