提交 2e556bf9 编写于 作者: C codecalm

navbar fixes

上级 cb3df94d
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册