mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00

- Removed non-existing dropdownMenuButton references - Added appropriate roles to dropdown menus
17 lines
382 B
SCSS
17 lines
382 B
SCSS
.scrollable-menu {
|
|
height: auto;
|
|
max-height: var(--ds-dropdown-menu-max-height);
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
li:not(:last-of-type), .dropdown-divider {
|
|
border-top: none;
|
|
border-bottom: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
|
|
}
|
|
|
|
#collectionControlsDropdownMenu {
|
|
outline: 0;
|
|
left: 0 !important;
|
|
box-shadow: var(--bs-btn-focus-box-shadow);
|
|
}
|