From 6aa42a0749a1eb6c7c96f90c3c032eab3346240a Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 24 May 2025 18:17:54 +0300 Subject: [PATCH] style(next)/mentions list: remove the border of the focused items --- apps/client/src/stylesheets/theme-next/notes/text.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 5f711718b..2d9127fd4 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -379,6 +379,7 @@ --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); + --ck-focus-ring: 1px solid transparent; } /* "Keep on typing to see the emoji" placeholder */