mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 23:08:32 +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 {
|
&.dropdown-bottom {
|
||||||
.menu {
|
.menu {
|
||||||
top: auto;
|
top: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user