mirror of
https://github.com/tabler/tabler.git
synced 2026-08-22 02:44:24 +04:00
navbar fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user