From eb8a8fa0dc2d5b64a8867ea08d995958bd9008d3 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sat, 18 May 2019 12:44:46 +0530 Subject: [PATCH] css: Reorder reactions.scss so `.emoji-popover-emoji` are in same place. --- static/styles/reactions.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/styles/reactions.scss b/static/styles/reactions.scss index 7c09be54c7..1c728bb575 100644 --- a/static/styles/reactions.scss +++ b/static/styles/reactions.scss @@ -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;