Update emoji picker in callout card

This commit is contained in:
Sanne de Vries 2021-11-18 09:23:33 +01:00
parent e4b3beee75
commit 74f808f934

View File

@ -1402,16 +1402,9 @@
border-radius: var(--border-radius);
}
.kg-callout-emoji:hover {
background: rgba(0, 0, 0, 0.06);
}
.kg-card-callout-white .kg-callout-emoji:hover {
background: var(--whitegrey);
}
.kg-callout-emoji.active {
background: rgba(0, 0, 0, 0.06);
.kg-callout-emoji:hover,
.kg-emoji-picker-active {
background: rgba(124, 139, 154, 0.13);
}
.kg-callout-palette {