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;