mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
css: Use SCSS nesting in reactions.scss for .private-message.
Precisely for `.private-message .message_reactions .message_reaction`.
This commit is contained in:
@@ -100,11 +100,11 @@
|
||||
|
||||
.private-message .message_reactions .message_reaction {
|
||||
background-color: hsl(192, 20%, 95%);
|
||||
}
|
||||
|
||||
.private-message .message_reactions .message_reaction.reacted {
|
||||
background-color: hsl(196, 51%, 93%);
|
||||
border-color: hsl(193, 38%, 70%);
|
||||
&.reacted {
|
||||
background-color: hsl(196, 51%, 93%);
|
||||
border-color: hsl(193, 38%, 70%);
|
||||
}
|
||||
}
|
||||
|
||||
.message_reaction .emoji {
|
||||
|
||||
Reference in New Issue
Block a user