Skip to content

Commit

Permalink
add icon-only button focus styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyk committed Sep 27, 2023
1 parent be37579 commit dc9cf67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sass/patterns/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ button {
--btn-border-width: 0;
--btn-padding-inline: var(--half-shim);
--btn-text-color-active: var(--action);

&:focus-visible {
--outline-width: 0;
transform: scale(1.15);
}
}

0 comments on commit dc9cf67

Please sign in to comment.