From e7e53aac953c2397624ed72f92ffa6dc2d179f1b Mon Sep 17 00:00:00 2001 From: jspann Date: Thu, 21 May 2026 12:35:06 -0400 Subject: [PATCH] fix: add focus state styling for view header title container new note title text entry is currently not visible --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 9c2f4fd..c384693 100644 --- a/theme.css +++ b/theme.css @@ -329,6 +329,7 @@ body.is-mobile.theme-dark.mobile-black-background { opacity: 0; transition: opacity 200ms ease; } +.view-header .view-header-title-container:focus-within, .view-header:hover .view-header-title-container { opacity: 1; }