Show conversation note hover effect on focus
This commit is contained in:
@@ -478,7 +478,8 @@ if (props.detail) {
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover::after {
|
&:hover::after,
|
||||||
|
&:focus-within::after {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user