Skip to content

Commit

Permalink
Merge pull request #1326 from Bynder/issue/gui-classes/button-tertiar…
Browse files Browse the repository at this point in the history
…y-state-styles

GC-3644 fix button tertiary state styles for non white backgrounds
  • Loading branch information
AmeeMorris authored Nov 23, 2023
2 parents 1c76534 + bd6a161 commit f3c37db
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
@apply border-neutral-90 border-solid text-neutral-20 bg-white;

&:hover {
background-color: rgb(103 128 152 / 10%);
@apply bg-neutral-95;
}

&:active,
&.gui-button-tertiary-active {
background-color: rgb(103 128 152 / 10%);
@apply bg-neutral-95;
}

&:focus {
background-color: rgb(103 128 152 / 20%);

@apply border-neutral-20 shadow-button-tertiary-focus;
}

Expand Down

0 comments on commit f3c37db

Please sign in to comment.