From 6c106300d48860abdcf4d1fabc09443bed49052f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 6 Oct 2025 19:18:47 +0300 Subject: [PATCH] chore(client): launch bar background affecting custom icons (closes #7147) --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index dbb2bdb46..eb9449aef 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1492,7 +1492,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu { cursor: pointer; border: none; color: var(--launcher-pane-text-color); - background: transparent; + background-color: transparent; flex-shrink: 0; }