Skip to content

Commit

Permalink
fix(Tabs): tab outline focus is stripped (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Semro authored Nov 9, 2023
1 parent ed8230d commit c47f641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tabs/Tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ $block: '.#{variables.$ns}tabs';
&:focus {
#{$block}__item-content {
outline: 2px solid var(--g-color-line-focus);
outline-offset: -2px;
}
}

Expand Down

0 comments on commit c47f641

Please sign in to comment.