mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 22:12:50 +08:00
fix(a11y: DiscussionListItem
): controls dropdown not visible when tabbed into (#3450)
This commit is contained in:
parent
9fc2e5e2c0
commit
36c296d787
|
@ -207,6 +207,10 @@
|
|||
opacity: 0;
|
||||
transition: opacity 0.2s;
|
||||
|
||||
&:focus-within {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.Dropdown-toggle {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user