style(next)/emoji dropdown: remove the background of the placeholder text

This commit is contained in:
Adorian Doran 2025-05-24 16:58:52 +03:00
parent 37fd8a7095
commit c47f050994

View File

@ -373,6 +373,11 @@
background: var(--hover-item-background-color); background: var(--hover-item-background-color);
} }
/* "Keep on typing to see the emoji" placeholder */
#mention-list-item-id\:__EMOJI_HINT {
background: transparent;
}
/* /*
* EDITOR'S CONTENT * EDITOR'S CONTENT
*/ */