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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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