Add EmojiSelector popup to inline statuses (not working yet)
This commit is contained in:
parent
21b250c6ea
commit
0e5971545f
3 changed files with 9 additions and 3 deletions
Binary file not shown.
|
@ -76,9 +76,6 @@
|
|||
}
|
||||
|
||||
.detailed-status__button {
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
|
||||
.icon-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -96,3 +96,12 @@
|
|||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
.status__action-bar__counter--favourite {
|
||||
position: relative;
|
||||
|
||||
&:hover .emoji-react-selector {
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue