Fixed dropdown accessibility issue

- Removed non-existing dropdownMenuButton references
- Added appropriate roles to dropdown menus
This commit is contained in:
Alexandre Vryghem
2023-12-26 11:26:08 +01:00
committed by Tim Donohue
parent 63fa8f39f5
commit 3e48e5903e
11 changed files with 44 additions and 34 deletions

View File

@@ -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);
}