Skip to content

Commit

Permalink
Typo fixes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Joppe committed Nov 21, 2023
1 parent 5705f48 commit b42aaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/design-system/feedback.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

--ds-color-border-insight-emphasis: var(--background); /* :hover border */

--ds-color-border-insight-soft: transparent; /* :hover & : focus box-shadow (for link variant) */
--ds-color-border-insight-soft: transparent; /* :hover & :focus box-shadow (for link variant) */
--ds-color-bg-insight-soft: transparent; /* :hover & :focus box-shadow (for button variant) */

--ds-color-bg-insight-emphasis: var(--surface); /* :active background */
Expand All @@ -30,6 +30,6 @@
}
.ds-feedback-link:focus-within,
.ds-button[variant='insight']:focus-visible {
/* Would have prefered to deal with border and outline separately, but alas that is not possible */
/* Would have preferred to deal with border and outline separately, but alas that is not possible */
--ds-color-border-insight-emphasis: var(--outline-color, var(--on-background)); /* outline & border */
}

0 comments on commit b42aaf3

Please sign in to comment.