Skip to content

Commit c96163b

Browse files
authored
refactor(ui): drop the divider line above the sidebar More section (#102531)
1 parent d0c49a7 commit c96163b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

ui/src/styles/layout.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,11 +1006,10 @@
10061006
transform: rotate(-90deg);
10071007
}
10081008

1009-
/* "More" holds every nav route the user has not pinned. */
1009+
/* "More" holds every nav route the user has not pinned; the uppercase label
1010+
is the section separator, so no divider line above it. */
10101011
.nav-section--more {
1011-
margin-top: 4px;
1012-
padding-top: 8px;
1013-
border-top: 1px solid color-mix(in srgb, var(--border) 64%, transparent);
1012+
margin-top: 12px;
10141013
}
10151014

10161015
/* Button variant of .nav-item (e.g. "Customize sidebar"). */

0 commit comments

Comments
 (0)