mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
fix(a11y: DiscussionListItem
): controls dropdown not visible when tabbed into (#3450)
This commit is contained in:
@@ -207,6 +207,10 @@
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s;
|
||||
|
||||
&:focus-within {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.Dropdown-toggle {
|
||||
display: block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user