mirror of
https://github.com/flarum/core.git
synced 2025-03-14 20:19:42 +01: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:
parent
9117747d41
commit
bb817d9a90
@ -322,7 +322,7 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.Post:hover &, &.open {
|
||||
.Post:hover &, .Post:focus-within &, &.open {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user