From fefb79a7ae7b2d22dfc65351b8e7258fdfb13461 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 28 Nov 2024 23:59:42 +0200 Subject: [PATCH] Fix background glitch --- src/public/stylesheets/theme-next.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 886ec8567..30f2e20fa 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -519,6 +519,10 @@ margin-left: 3px; } +.tab-row-widget .note-new-tab { + background: transparent !important; +} + .tab-row-widget .note-new-tab::before { /* The background circle */ position: absolute;