mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Fix status actions close when focused
This commit is contained in:
parent
641d22a7cc
commit
93c871353a
1 changed files with 1 additions and 0 deletions
|
@ -1994,6 +1994,7 @@ a.card:is(:hover, :focus):visited {
|
||||||
}
|
}
|
||||||
|
|
||||||
.status:focus &,
|
.status:focus &,
|
||||||
|
.status:focus-within &,
|
||||||
&.open {
|
&.open {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
|
Loading…
Reference in a new issue