From b3384a538c159d4a24e9efcbf546f0f404a952f3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 17 Apr 2025 20:05:42 +0300 Subject: [PATCH] style(next)/restyle CKEditor: fix tooltips --- src/public/stylesheets/theme-next/notes/text.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index 989e9dcf4..af3c7065e 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -18,7 +18,7 @@ } :root ul.ck.ck-list, -:root div.ck.ck-balloon-panel { +:root div.ck.ck-balloon-panel:not(.ck-tooltip) { border: none; background: transparent; }