From 8eaa12c49a6555a442bfc76f3316c11c94d26de1 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sat, 18 May 2019 11:58:35 +0530 Subject: [PATCH] css: Reorder reactions.scss so `.emoji-popover` 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 f8d9e14e9b..abe9daba24 100644 --- a/static/styles/reactions.scss +++ b/static/styles/reactions.scss @@ -152,6 +152,11 @@ width: 250px; } +.emoji-popover .reacted { + background-color: hsl(195, 50%, 95%); + border-color: hsl(195, 52%, 79%); +} + .emoji-popover-top { position: relative; @@ -227,11 +232,6 @@ top: 6px; } -.emoji-popover .reacted { - background-color: hsl(195, 50%, 95%); - border-color: hsl(195, 52%, 79%); -} - .emoji_alt_code { position: relative; top: 4px;