mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00

* [DURACOM-304] Refactored item-bitstreams.component by removing page size of 9999 * [DURACOM-304] Refactored edit-bitstream-page.component by removing page size of 9999 * [DURACOM-304] Refactored scripts-select.component by using infinite scroll instead of page size 9999 * [DURACOM-304] Refactored dynamic-list.component.ts by removing page size of 9999 * [DURACOM-304] Refactored relationship-type-data.service.ts by removing page size of 9999 * [DURACOM-304] removed unneeded selectAll method (dynamic-lookup-relation-search-tab.component) * [DURACOM-304] Refactored submission-section-cc-licenses.component.ts by removing page size of 9999 * [DURACOM-304] lint fix * [DURACOM-304] test fix * [DURACOM-304] fix accessibility issue on scripts-select * [DURACOM-304] Refactor of bundle-data.service.ts by removing page size of 9999 * [DURACOM-304] other fix related to accessibility * [DURACOM-304] lint fix * [DURACOM-304] resolve conflicts * [DURACOM-304] fix lint * [DURACOM-304] add support for findAll method in dynamic-scrollable-dropdown.component.ts * [DURACOM-304] refactor to use lazy data provider * [DURACOM-304] improve loading logic for cc-licenses section and dynamic-list * [DURACOM-304] refactor, fix dynamic-list.component loading * [DURACOM-304] remove br --------- Co-authored-by: Alisa Ismailati <alisa.ismailati@4science.com>
24 lines
446 B
SCSS
24 lines
446 B
SCSS
.dropdown-item {
|
|
padding: 0.35rem 1rem;
|
|
|
|
&:active {
|
|
color: white !important;
|
|
}
|
|
}
|
|
|
|
.scrollable-menu {
|
|
height: auto;
|
|
max-height: var(--ds-dropdown-menu-max-height);
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
li:not(:last-of-type) .dropdown-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);
|
|
}
|