1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6797: Automatically collapse inactive sections in the sidenav

This commit is contained in:
Matt
2021-08-05 09:28:25 -07:00
parent 0ea9c65007
commit da67a35328
14 changed files with 99 additions and 29 deletions

View File

@@ -271,10 +271,6 @@
white-space: nowrap;
transition: $transition-100ms-ease-in-out;
// &.disabled {
// opacity: 0.8;
// }
&.active {
position: relative;
color: var(--nbx-sidebar-link-hover-bg);