expandable-admin-sidebar-section.component.scss (dspace-angular-dspace-7.0) | : | expandable-admin-sidebar-section.component.scss (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
.fa-chevron-right { | .fa-chevron-right { | |||
padding-left: calc(var(--bs-spacer) / 2); | padding-left: calc(var(--bs-spacer) / 2); | |||
font-size: 0.5rem; | font-size: 0.5rem; | |||
line-height: 3; | line-height: 3; | |||
} | } | |||
.sidebar-sub-level-items { | .sidebar-sub-level-items { | |||
list-style: disc; | list-style: disc; | |||
color: var(--bs-navbar-dark-color); | color: var(--bs-navbar-dark-color); | |||
overflow: hidden; | overflow: hidden; | |||
margin-bottom: calc(-1 * var(--bs-spacer)); // the bottom-most nav-item is padded, no need for double spacing | ||||
} | } | |||
.sidebar-collapsible { | .sidebar-collapsible { | |||
display: flex; | display: flex; | |||
flex-direction: column; | flex-direction: column; | |||
} | } | |||
li.sidebar-section.expanded { | li.sidebar-section.expanded { | |||
background-color: var(--ds-admin-sidebar-active-bg) !important; | background-color: var(--ds-admin-sidebar-active-bg) !important; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |