fix(a11y): show post action items when focus is within the post (#3173)

* fix: show post action items when focus is within the post

* fix: add missing `&`
This commit is contained in:
David Wheatley 2021-11-21 20:25:00 +00:00 committed by GitHub
parent 9759f4ec5a
commit 733ebff40c

View File

@ -322,7 +322,7 @@
vertical-align: top;
}
}
.Post:hover &, &.open {
.Post:hover &, .Post:focus-within &, &.open {
opacity: 1;
}
}