mirror of https://github.com/zulip/zulip.git
css: Reorder reactions.scss so `.emoji-popover` are in same place.
This commit is contained in:
parent
09745d6637
commit
8eaa12c49a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue