Skip to content

Commit

Permalink
fix: correct focus colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmch committed Sep 21, 2023
1 parent f462f7b commit 8f1b11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/Slider/Arrow/Arrow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $block: '.#{$ns}slider-block-arrow';
}

&__button {
--g-color-line-focus: var(--g-color-text-brand);
@include reset-button-style();
@include shadow();
@extend %flex;
Expand Down
1 change: 1 addition & 0 deletions src/sub-blocks/BasicCard/BasicCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $block: '.#{$ns}basic-card';
#{$block} {
$iconSizePositionTop: 32px;
$iconSizePositionLeft: 22px;
--g-color-line-focus: var(--g-color-text-brand);

@include add-specificity(&) {
min-height: auto;
Expand Down

0 comments on commit 8f1b11e

Please sign in to comment.