File tree Expand file tree Collapse file tree 1 file changed +22
-16
lines changed Expand file tree Collapse file tree 1 file changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -532,24 +532,30 @@ html.no-js #toggle-sidebar {
532
532
margin-right : 0 ;
533
533
}
534
534
535
- #layout .sidebar-collapsed #menu .nav-level-1 > .nav-item.hover .nav-level-2 > .nav-item-header {
536
- background-color : @menu-bg-color ;
537
- border-bottom : 1px solid @gray-light ;
538
- border-top-left-radius : .25em ;
539
- border-top-right-radius : .25em ;
540
-
541
- span {
542
- padding-left : 1.375em ;
543
- padding-right : 0.545em ;
544
- height : @nav-item-height ;
545
- line-height : @nav-item-height ;
546
- display : block ;
535
+ #layout :not (.minimal-layout ).sidebar-collapsed #menu .nav-level-1 > .nav-item.hover > .nav-level-2 {
536
+ & :not (.bottom-up )::after {
537
+ background-color : @menu-bg-color ;
538
+ }
539
+
540
+ .nav-item-header {
541
+ background-color : @menu-bg-color ;
542
+ border-bottom : 1px solid @gray-light ;
543
+ border-top-left-radius : .25em ;
544
+ border-top-right-radius : .25em ;
545
+
546
+ span {
547
+ padding-left : 1.375em ;
548
+ padding-right : 0.545em ;
549
+ height : @nav-item-height ;
550
+ line-height : @nav-item-height ;
551
+ display : block ;
547
552
548
- font-weight : @font-weight-bold ;
549
- .text-ellipsis ();
553
+ font-weight : @font-weight-bold ;
554
+ .text-ellipsis ();
550
555
551
- > .badge {
552
- display : none ;
556
+ > .badge {
557
+ display : none ;
558
+ }
553
559
}
554
560
}
555
561
}
You can’t perform that action at this time.
0 commit comments