Show conversation note hover effect on focus

This commit is contained in:
Volpeon 2024-01-03 16:22:36 +01:00
parent 1ca0cd727e
commit 96df8c25de
No known key found for this signature in database

View file

@ -478,7 +478,8 @@ if (props.detail) {
z-index: -1; z-index: -1;
} }
&:hover::after { &:hover::after,
&:focus-within::after {
opacity: 1; opacity: 1;
} }
} }