Skip to content

Commit

Permalink
fix: focusing
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillDyachkovskiy committed Oct 30, 2023
1 parent 95f0a6d commit 802f579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Label/Label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ $hover-opacity: 0.7;
outline: none;
}

&_is-interactive:focus-visible {
outline: 2px solid var(--g-color-line-focus);
}

--_-bg-color: none;
--_-bg-hover-color: none;
--_-text-color: none;
Expand Down

0 comments on commit 802f579

Please sign in to comment.