mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
Fixed dropdown accessibility issue
- Removed non-existing dropdownMenuButton references - Added appropriate roles to dropdown menus
This commit is contained in:

committed by
Tim Donohue

parent
63fa8f39f5
commit
3e48e5903e
@@ -4,7 +4,8 @@
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.collection-item {
|
||||
li:not(:last-of-type), .dropdown-divider {
|
||||
border-top: none;
|
||||
border-bottom: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user