Add EmojiSelector popup to inline statuses (not working yet)

This commit is contained in:
Alex Gleason 2020-05-21 23:19:39 -05:00
parent 21b250c6ea
commit 0e5971545f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 9 additions and 3 deletions

View file

@ -76,9 +76,6 @@
}
.detailed-status__button {
text-align: left;
padding-left: 10px;
.icon-button {
display: inline-flex;
align-items: center;

View file

@ -96,3 +96,12 @@
pointer-events: all;
}
}
.status__action-bar__counter--favourite {
position: relative;
&:hover .emoji-react-selector {
opacity: 1;
pointer-events: all;
}
}