remove emoji selector related changes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -87,22 +87,6 @@
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
}
|
||||
|
||||
.emoji-picker-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
.emoji-picker-expand {
|
||||
display: inline-flex;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
|
||||
&:focus-within {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.detailed-status__wrapper {
|
||||
|
||||
@ -80,8 +80,7 @@
|
||||
transition: 0.1s;
|
||||
z-index: 999;
|
||||
|
||||
&--visible,
|
||||
&--focused {
|
||||
&--visible {
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
}
|
||||
@ -100,8 +99,7 @@
|
||||
transition: 0.1s;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:hover {
|
||||
img {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
|
||||
@ -667,22 +667,3 @@ a.status-card.compact:hover {
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.status__action-bar,
|
||||
.detailed-status__action-bar {
|
||||
.emoji-picker-expand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
.emoji-picker-expand {
|
||||
display: inline-flex;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
|
||||
&:focus-within {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user