Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdherron committed Feb 5, 2025
1 parent 96e9d8e commit f2efd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/patterns/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ button {
--btn-color: var(--action-light);

&:focus-visible {
--outline-width: var(--focus-outline-width, 0);
--outline-width: 0;

transform: scale(1.15);
}
Expand All @@ -64,7 +64,7 @@ button {

&:hover,
&:focus {
--focus-outline-width: thin;
--outline-width: thin;

animation: swap var(--fast) var(--out-back);
}
Expand Down

0 comments on commit f2efd8f

Please sign in to comment.