css: Reorder reactions.scss so .emoji-popover-emoji are in same place.

This commit is contained in:
Vaibhav 2019-05-18 12:44:46 +05:30 committed by Tim Abbott
parent a20b48589f
commit eb8a8fa0dc

View File

@ -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;