Improvement to accessibility in dropdown
Added the ability to tab through dropdowns and there elements when focused.
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.dropdown:focus .dropdown-menu,
|
||||
.dropdown:focus-within .dropdown-menu,
|
||||
.dropdown:hover .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user