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
1 changed files with 30 additions and 14 deletions

View File

@ -90,24 +90,40 @@
}
.sub-menu {
padding-left: 2.88rem;
div {
color: $color-244-10-70;
cursor: pointer;
padding-bottom: 1.12rem;
div[name='project'] {
display: flex;
sib-display>div {
&>sib-display {
&:last-child>div {
margin-bottom: 2.2rem;
}
>div {
color: $color-244-10-70;
cursor: pointer;
padding: 10px 10px 10px 32px;
}
div[name='project'] {
display: flex;
sib-display-value {
display: block;
}
sib-display-div[name='dash'] {
margin: 0 0.4em;
sib-display-value {
display: block;
height: 20px;
}
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 {