remove emoji selector related changes

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2021-07-18 14:02:15 +02:00
parent 5f50711eff
commit 690da99d75
6 changed files with 8 additions and 113 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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;
}
}
}
}