mirror of
https://github.com/tabler/tabler.git
synced 2026-08-23 03:14:23 +04:00
navbar fixes
This commit is contained in:
@@ -212,6 +212,10 @@ Vertical navbar
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-item.active>.dropdown-menu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
position: static;
|
position: static;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
@@ -231,10 +235,15 @@ Vertical navbar
|
|||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
padding-left: add($sidenav-padding, 1.5rem);
|
padding-left: add($sidenav-padding, 1.5rem);
|
||||||
opacity: $text-muted-opacity;
|
opacity: $text-muted-opacity;
|
||||||
|
color: inherit;
|
||||||
|
background: transparent;
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
font-weight: 600;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: transparent;
|
|
||||||
color: inherit;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user