mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Keep dropdown menu visible when using keyboard navigation
Part of #747, prevents the dropdown menu from hiding itself when the user tabs to an item in the list.
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:focus-within .menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&.dropdown-bottom {
|
||||
.menu {
|
||||
top: auto;
|
||||
|
||||
Reference in New Issue
Block a user