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:
Joffrey JAFFEUX 2023-06-16 12:33:13 +02:00 committed by GitHub
parent 7dafd275ac
commit ab286cc6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
.no-touch .chat-message-container { .no-touch .chat-message-container {
&:hover, &:hover,
&-active { &.-active {
background: var(--d-hover); background: var(--d-hover);
} }