navbar fixes

This commit is contained in:
codecalm
2020-02-16 22:04:13 +01:00
parent cb3df94dc3
commit 2e556bf9bc
+11 -2
View File
@@ -212,6 +212,10 @@ Vertical navbar
display: none !important;
}
.nav-item.active>.dropdown-menu {
display: block;
}
.dropdown-menu {
position: static;
background: inherit;
@@ -231,10 +235,15 @@ Vertical navbar
.dropdown-item {
padding-left: add($sidenav-padding, 1.5rem);
opacity: $text-muted-opacity;
color: inherit;
background: transparent;
&.active {
font-weight: 600;
opacity: 1;
}
&:hover {
background: transparent;
color: inherit;
opacity: 1;
}
}