ui(left-menu): active style on childs of submenus added
This commit is contained in:
parent
640181b5f5
commit
f0d199ba95
@ -90,18 +90,27 @@
|
||||
}
|
||||
|
||||
.sub-menu {
|
||||
padding-left: 2.88rem;
|
||||
|
||||
div {
|
||||
sib-display>div {
|
||||
|
||||
&>sib-display {
|
||||
|
||||
&:last-child>div {
|
||||
margin-bottom: 2.2rem;
|
||||
}
|
||||
|
||||
>div {
|
||||
color: $color-244-10-70;
|
||||
cursor: pointer;
|
||||
padding-bottom: 1.12rem;
|
||||
padding: 10px 10px 10px 32px;
|
||||
}
|
||||
|
||||
div[name='project'] {
|
||||
display: flex;
|
||||
|
||||
sib-display-value {
|
||||
display: block;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
sib-display-div[name='dash'] {
|
||||
@ -110,6 +119,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
&>sib-display[active]>div {
|
||||
background-color: $color-46-100-67;
|
||||
color: $color-233-18-29;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
&.menu-notification {
|
||||
> sib-display > div > sib-display > div {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user