From 59c3912bbb955d32f1292b84d232cdcb679669db Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Wed, 15 Jan 2025 22:05:59 +0530 Subject: [PATCH] fix(gmail): search bar and header icons (#1580) --- styles/gmail/catppuccin.user.less | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/styles/gmail/catppuccin.user.less b/styles/gmail/catppuccin.user.less index 3f06997c24..1f2fe5886d 100644 --- a/styles/gmail/catppuccin.user.less +++ b/styles/gmail/catppuccin.user.less @@ -152,7 +152,7 @@ background-color: @mantle; } /* Header icons */ - .gb_Lc svg, + .gb_Kc svg, .gb_Pc.gb_Uc svg, .gb_Lc .gb_rd .gb_sd, .gb_Lc .gb_rd .gb_Kc, @@ -161,14 +161,21 @@ color: @text; } /* Search mail input */ - .gb_Lc .gb_hd { - background-color: @crust; + .gb_Kc .gb_hd { + background-color: @surface1; .gb_je, + .gb_qe, + .gsan_a, + .gsas_a, svg { color: @text; } } + /* Search mail input on focus */ + .gb_hd.gb_id { + background-color: @base; + } /* Active search / filter modal */ .gssb_c { /* Icons */