style: 更新选中菜单颜色

This commit is contained in:
Argo Zhang 2019-08-16 22:07:20 +08:00
parent ff635952b8
commit 4c28e607c5
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 2 additions and 1 deletions

View File

@ -286,7 +286,8 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
}
.sidebar .sub .nav-item .nav-link.active {
background-color: rgba(255,255,255,.2);
background-color: inherit;
color: #FF6C60;
}
.sidebar .sub .nav-item.has-treeview > .nav-link.active {