mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
style(next): update the colors of the mention list
This commit is contained in:
parent
c47f050994
commit
b258a8b60f
@ -373,6 +373,14 @@
|
|||||||
background: var(--hover-item-background-color);
|
background: var(--hover-item-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Mention list (the autocompletion list for emojis, labels and relations) */
|
||||||
|
|
||||||
|
:root .ck-mentions {
|
||||||
|
--ck-color-list-button-on-background: var(--hover-item-background-color);
|
||||||
|
--ck-color-list-button-on-text: var(--hover-item-text-color);
|
||||||
|
--ck-color-list-button-hover-background: var(--ck-editor-toolbar-dropdown-button-open-background);
|
||||||
|
}
|
||||||
|
|
||||||
/* "Keep on typing to see the emoji" placeholder */
|
/* "Keep on typing to see the emoji" placeholder */
|
||||||
#mention-list-item-id\:__EMOJI_HINT {
|
#mention-list-item-id\:__EMOJI_HINT {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user