From f5a21e47d52fbb81f00bbf8ec05d92589e932e2a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 7 Dec 2024 10:05:51 +0200 Subject: [PATCH] style(next): remove new tab background on mica --- 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 7df983712..900ff6943 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -417,6 +417,7 @@ body.electron.platform-win32 { --launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15); --launcher-pane-background-color: rgba(255, 255, 255, 0.7); --tab-background-color: transparent; + --new-tab-button-background: transparent; --active-tab-background-color: var(--launcher-pane-background-color); --native-titlebar-background: #00000000; --background-material: tabbed;