Skip to content

Commit

Permalink
Run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG committed Sep 13, 2021
1 parent 17d40b0 commit 4a02315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-800 !default;
$outline-color: #005FCC;
$outline-color: #005fcc;

$toast-success: #53d572 !default;
$toast-warning: #fab000 !default;
Expand Down
4 changes: 2 additions & 2 deletions scss/mixins/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
color: $color-hover;
background-color: theme-color-hover($color-name);
border-color: theme-color-hover($color-name);
outline: 2px solid #005FCC;
outline-offset: 3px;
outline: 2px solid #005fcc;
outline-style: auto;
outline-offset: 3px;

&:not(:focus-visible) {
outline: 0;
Expand Down

0 comments on commit 4a02315

Please sign in to comment.