StatusInteractionBar: fix emoji react styles

This commit is contained in:
Alex Gleason
2022-04-25 17:02:37 -05:00
parent 19d579c2a0
commit 190829fd09
2 changed files with 19 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
.emoji-react {
@apply inline-block text-gray-900 dark:text-gray-300 no-underline;
transition: 0.2s;
&__emoji {
img {
@@ -13,7 +14,7 @@
}
+ .emoji-react {
margin-right: -8px;
@apply -mr-3;
}
&[type='button'] {
@@ -64,7 +65,6 @@
.emoji-reacts-container {
display: inline-flex;
margin-right: 0.4em;
&:hover {
.emoji-react {
@@ -81,13 +81,6 @@
}
}
.emoji-reacts__count,
.emoji-react__count {
font-size: 12px;
font-weight: bold;
transform: translateY(2px);
}
.emoji-react-selector-container {
&:hover,
&:focus {