From cdc530ad8bd3c945d4f511e91d990ffab285caf6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 29 Nov 2024 21:37:03 +0200 Subject: [PATCH] Fix a glitch of the new tab button --- src/public/stylesheets/theme-next.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index bf51959c9..7321993ce 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -660,6 +660,7 @@ .tab-row-widget .note-new-tab { position: relative; margin-left: 3px; + color: transparent; /* Prevent the original "+" from being displayed */ } .tab-row-widget .note-new-tab {