mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
20 lines
380 B
SCSS
20 lines
380 B
SCSS
.list-item:active {
|
|
color: white !important;
|
|
}
|
|
|
|
.scrollable-menu {
|
|
height: auto;
|
|
max-height: var(--ds-dropdown-menu-max-height);
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.entity-item {
|
|
border-bottom: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
|
|
}
|
|
|
|
#entityControlsDropdownMenu {
|
|
outline: 0;
|
|
left: 0 !important;
|
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
}
|