Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kesiah committed Aug 17, 2023
1 parent edfa21a commit 1910109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ main .section.responsive-title h1 {
background-color: var(--button-primary-red-pressed);
}

/* stylelint-disable-next-line no-descending-specificity */
.redesign-v2 a.button--primary,
.redesign-v2 button.button--primary {
background-color: var(--button-secondary-gold-enabled);
Expand All @@ -882,13 +881,15 @@ main .section.responsive-title h1 {
background-color: var(--button-secondary-gold-pressed);
}

/* stylelint-disable-next-line no-descending-specificity */
.redesign-v2 a.button--secondary,
.redesign-v2 button.button--secondary {
background-color: var(--button-tertiary-white-enabled);
border-color: var(--c-primary-black);
color: var(--c-primary-black);
}

/* stylelint-disable-next-line no-descending-specificity */
.redesign-v2 .button--secondary:hover,
.redesign-v2 .button--secondary:focus {
background-color: #F1F1F1;
Expand Down

0 comments on commit 1910109

Please sign in to comment.