1
0
Fork 0

Fix status actions close when focused

This commit is contained in:
Lim Chee Aun 2024-03-03 11:01:11 +08:00
parent 641d22a7cc
commit 93c871353a

View file

@ -1994,6 +1994,7 @@ a.card:is(:hover, :focus):visited {
}
.status:focus &,
.status:focus-within &,
&.open {
opacity: 1;
pointer-events: auto;