mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +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:
@@ -322,7 +322,7 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.Post:hover &, &.open {
|
||||
.Post:hover &, .Post:focus-within &, &.open {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user