From d35da7250591070589bc2cd3f157ecd9deefd587 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 7 Dec 2024 01:13:39 +0200 Subject: [PATCH] style(next): apply tint for mica --- src/public/stylesheets/theme-next.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index a6a645485..f7cf991d8 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -415,9 +415,13 @@ body.layout-horizontal { body.background-effects, body.background-effects #root-widget { background: transparent !important; - --launcher-pane-background-color: transparent; + --launcher-pane-background-color: rgba(255, 255, 255, 0.055); --tab-background-color: transparent; - --active-tab-background-color: transparent; + --active-tab-background-color: var(--launcher-pane-background-color); +} + +body.background-effects #launcher-pane .launcher-button { + background-color: transparent; } /* Matches when the left pane is collapsed */