mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 02:49:54 +08: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
9759f4ec5a
commit
733ebff40c
@ -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