style: 微调侧边栏二级菜单active模式下border-radius
This commit is contained in:
parent
70399b0212
commit
c3667ddce6
|
@ -253,6 +253,16 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
|
||||||
color: #fff;
|
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 {
|
.sidebar .nav-item.active > .nav-link {
|
||||||
color: #FF6C60;
|
color: #FF6C60;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue