mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
Fixed dropdown accessibility issue
- Removed non-existing dropdownMenuButton references - Added appropriate roles to dropdown menus
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
.list-item:active {
|
||||
color: white !important;
|
||||
.dropdown-item {
|
||||
padding: 0.35rem 1rem;
|
||||
|
||||
&:active {
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
|
||||
.scrollable-menu {
|
||||
@@ -8,7 +12,7 @@
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.entity-item {
|
||||
li:not(:last-of-type) .dropdown-item {
|
||||
border-bottom: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user