mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Reorder reactions.scss so .emoji-popover-emoji are in same place.
This commit is contained in:
parent
a20b48589f
commit
eb8a8fa0dc
@ -27,11 +27,6 @@
|
||||
background-color: hsl(195, 50%, 95%);
|
||||
}
|
||||
|
||||
.emoji-popover-emoji.reacted.reaction:focus {
|
||||
background-color: hsl(195, 55%, 88%);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.private-message .message_reactions .message_reaction.reacted {
|
||||
background-color: hsl(196, 51%, 93%);
|
||||
border-color: hsl(193, 38%, 70%);
|
||||
@ -219,6 +214,11 @@
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.emoji-popover-emoji.reacted.reaction:focus {
|
||||
background-color: hsl(195, 55%, 88%);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.emoji-popover-emoji:not(.reacted):focus {
|
||||
background-color: hsl(0, 0%, 93%);
|
||||
outline: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user