Skip to content
Snippets Groups Projects
Commit e36647e9 authored by HJ's avatar HJ :fire:
Browse files

revert emoji reaction style

parent c43325ac
No related branches found
No related tags found
2 merge requests!1074Update master with 2.0.0,!1037Themes v3 Part 1 "2.1" codenamed "One step for themes, a giant burder for code reviewers"
......@@ -35,7 +35,7 @@
</div>
<button
class="emoji-reaction btn btn-default"
:class="{ 'toggled': reactedWith(reaction.name), 'not-clickable': !loggedIn }"
:class="{ 'picked-reaction': reactedWith(reaction.name), 'not-clickable': !loggedIn }"
@click="emojiOnClick(reaction.name, $event)"
@mouseenter="fetchEmojiReactionsByIfMissing()"
>
......@@ -127,4 +127,10 @@
}
}
.picked-reaction {
border: 1px solid var(--accent, $fallback--link);
margin-left: -1px; // offset the border, can't use inset shadows either
margin-right: calc(0.5em - 1px);
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment