mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:33:09 +02:00
Show conversation note hover effect on focus
This commit is contained in:
parent
1ca0cd727e
commit
96df8c25de
1 changed files with 2 additions and 1 deletions
|
@ -478,7 +478,8 @@ if (props.detail) {
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
&:hover::after {
|
||||
&:hover::after,
|
||||
&:focus-within::after {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue