Set EmojiSelector visibility from props
This commit is contained in:
parent
c29d779bf5
commit
8b505c0488
5 changed files with 5 additions and 12 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -66,6 +66,11 @@
|
||||||
transition: 0.1s;
|
transition: 0.1s;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
|
||||||
|
&--visible {
|
||||||
|
opacity: 1;
|
||||||
|
pointer-events: all;
|
||||||
|
}
|
||||||
|
|
||||||
&__emoji {
|
&__emoji {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -90,21 +95,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailed-status__button--favourite:hover {
|
|
||||||
.emoji-react-selector {
|
|
||||||
opacity: 1;
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__action-bar__counter--favourite {
|
.status__action-bar__counter--favourite {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&:hover .emoji-react-selector {
|
|
||||||
opacity: 1;
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media(max-width: 455px) {
|
@media(max-width: 455px) {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue