From c47f050994d3c2542e1c1623fcf880cd0af05ccd Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 24 May 2025 16:58:52 +0300 Subject: [PATCH] style(next)/emoji dropdown: remove the background of the placeholder text --- apps/client/src/stylesheets/theme-next/notes/text.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index a159e2c87..f1019c624 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -373,6 +373,11 @@ 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 */