style: 微调侧边栏二级菜单active模式下border-radius

This commit is contained in:
Argo Zhang 2019-08-16 13:08:54 +08:00
parent 70399b0212
commit c3667ddce6
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 10 additions and 0 deletions

View File

@ -253,6 +253,16 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
color: #fff;
}
.sidebar .nav-link.dcjq-parent.active {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.sidebar .nav-link.dcjq-parent.active + .sub {
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.sidebar .nav-item.active > .nav-link {
color: #FF6C60;
}