FIX: css class was incorrect (#22149)
This was preventing to have the correct active background on the chat message while hovering the action's menu.
This commit is contained in:
parent
7dafd275ac
commit
ab286cc6e1
|
@ -167,7 +167,7 @@
|
|||
|
||||
.no-touch .chat-message-container {
|
||||
&:hover,
|
||||
&-active {
|
||||
&.-active {
|
||||
background: var(--d-hover);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue