From 0b45fb67641f73b56b7190badb2993047106c7cf Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 13 Dec 2025 10:57:34 +0200 Subject: [PATCH] feat(layout/title): hide note badges while editing title --- apps/client/src/widgets/note_title.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/note_title.css b/apps/client/src/widgets/note_title.css index d461d5733..1ece021e4 100644 --- a/apps/client/src/widgets/note_title.css +++ b/apps/client/src/widgets/note_title.css @@ -46,6 +46,7 @@ body.experimental-feature-new-layout { } } + .note-title-widget:focus-within + .note-badges, .breadcrumb-badge .text { display: none; }