Commit 032d0190 authored by JC Brand's avatar JC Brand

Emoji CSS tweaks

parent df7e3841
...@@ -59,14 +59,13 @@ ...@@ -59,14 +59,13 @@
list-style: none; list-style: none;
position: relative; position: relative;
&.insert-emoji { &.insert-emoji {
padding: 0.2em;
&.picked { &.picked {
background-color: var(--highlight-color); background-color: var(--highlight-color);
} }
a {
&:hover { &:hover {
background-color: var(--highlight-color); background-color: var(--highlight-color);
} }
a {
font-size: var(--font-size-huge); font-size: var(--font-size-huge);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment