提交 e453d61a 编写于 作者: C codecalm

sidebar fixes, jquery slim

上级 a03858a5
......@@ -3,7 +3,7 @@
"jquery", "bootstrap"
],
"js": {
"jquery": "jquery/dist/jquery.min.js",
"jquery": "jquery/dist/jquery.slim.min.js",
"bootstrap": "bootstrap/dist/js/bootstrap.bundle.min.js",
"autosize": "autosize/dist/autosize.min.js",
"imask": "imask/dist/imask.min.js",
......
......@@ -36,7 +36,7 @@ $sidenav-folded-item-height: 3.5rem;
width: $sidenav-width;
> .sidebar-nav-link {
color: #fff;
color: #ffffff;
> span {
display: block;
......@@ -67,7 +67,7 @@ $sidenav-folded-item-height: 3.5rem;
height: 1.125rem;
}
>span {
> span {
display: none;
}
......@@ -340,12 +340,13 @@ Sidebar menu
&:hover {
background-color: rgba(#fff, .02);
text-decoration: none;
color: #fff !important;
color: #ffffff !important;
cursor: pointer !important;
}
&.active {
opacity: 1;
color: #fff;
color: #ffffff;
box-shadow: inset 3px 0 $primary;
background-color: rgba(#fff, .01);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册