Sidebar sub entries not conditioned by hover anymore

This commit is contained in:
Simounet 2020-01-19 10:54:56 +01:00
parent 913c3bc7aa
commit 0a81f9b9d9
No known key found for this signature in database
GPG Key ID: 77D3B7DC794EB770
2 changed files with 9 additions and 9 deletions

View File

@ -172,6 +172,11 @@
&:hover { &:hover {
width: 260px !important; width: 260px !important;
span {
opacity: 1;
}
}
.collapsible-body { .collapsible-body {
height: auto; height: auto;
@ -179,11 +184,6 @@
margin: auto 5px auto -8px; margin: auto 5px auto -8px;
} }
} }
span {
opacity: 1;
}
}
} }
.progress { .progress {

File diff suppressed because one or more lines are too long