mirror of
https://github.com/discourse/discourse.git
synced 2025-06-14 19:29:21 +08:00
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:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user