1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 09:41:26 +02:00

fix(a11y: DiscussionListItem): controls dropdown not visible when tabbed into (#3450)

This commit is contained in:
David Wheatley
2022-06-20 03:52:54 +01:00
committed by GitHub
parent 9fc2e5e2c0
commit 36c296d787

View File

@@ -207,6 +207,10 @@
opacity: 0;
transition: opacity 0.2s;
&:focus-within {
opacity: 1;
}
.Dropdown-toggle {
display: block;
}