1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 06:57:54 +02:00

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 9117747d41
commit bb817d9a90

View File

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