Skip to content

Commit

Permalink
fix(gmail): search bar and header icons (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish0kumar authored Jan 15, 2025
1 parent c46ebab commit 59c3912
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions styles/gmail/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 */
Expand Down

0 comments on commit 59c3912

Please sign in to comment.