Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions frontend/src/global_styles/layout/_main_menu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $arrow-left-width: 36px
border-radius: var(--borderRadius-medium)
@if $main-item
border-width: 1px 1px 1px 5px
padding-left: 8px !important
padding-left: 8px
@else
border-width: 1px

Expand Down Expand Up @@ -90,18 +90,11 @@ $arrow-left-width: 36px

// -------------------- MAIN menu items ---------------------------
li a:not(.Button)
// work around due to dom manipulation on document: ready:
// this isn't scoped to .main-item-wrapper to avoid flickering
padding-left: var(--main-menu-x-spacing)

&.toggler
// explicitly reset to zero to avoid selector precedence problems
padding-left: 0

.main-menu--children li a:not(.Button)
// children have no icon so we need to push them right.
padding-left: var(--main-menu-x-spacing) !important

a:not(.Button):not(.TreeViewItemContent)
text-decoration: none
line-height: var(--main-menu-item-height)
Expand Down
Loading