Skip to content

Commit

Permalink
fix(Tabs): tab outline focus is stripped (gravity-ui#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Semro authored and IsaevAlexandr committed Nov 14, 2023
1 parent 86668fe commit fcab088
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-visible {
#{$block}__item-content {
outline: 2px solid var(--g-color-line-focus);
outline-offset: -2px;
}
}
}
Expand Down

0 comments on commit fcab088

Please sign in to comment.