Skip to content

Commit

Permalink
fix(gmail): use less specific button styling selectors to apply to mo…
Browse files Browse the repository at this point in the history
…re buttons
  • Loading branch information
uncenter committed Jul 4, 2024
1 parent 37bbd76 commit 9cb1554
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions styles/gmail/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,29 @@
color: @text;
}

/* Buttons */
/* Solid primary */
.T-I-atl {
background-color: @accent-color;
color: @crust;
}

/* Secondary */
.bs0 > .acM,
.bti > .btg,
.a8Y > .T-I-ax7 {
color: @text;

/* Disabled */
&.acN {
color: @subtext0;
}

&:hover::before {
background-color: @overlay2;
}
}

/* Header and sidebars */
.w-asV,
.bkL,
Expand Down Expand Up @@ -305,22 +328,6 @@
color: @text;
}

/* Solid primary search button */
.T-I-atl {
background-color: @accent-color;
color: @crust;
}

/* Secondary create filter button */
.bs0 > .acM,
.bti > .btg {
color: @text;

&:hover::before {
background-color: @overlay2;
}
}

/* Primary not-solid add forwarding address button */
.l0 {
color: @accent-color;
Expand Down

0 comments on commit 9cb1554

Please sign in to comment.