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

This commit is contained in:
Vaibhav 2019-05-18 11:58:35 +05:30 committed by Tim Abbott
parent 09745d6637
commit 8eaa12c49a
1 changed files with 5 additions and 5 deletions

View File

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