Skip to content

Commit

Permalink
feat(styles): add focus outline to scrollbar (#3915)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrvr committed Oct 19, 2022
1 parent 39ccd8b commit 1bf32d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/scrollbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ $block: fd-scrollbar;
.#{$block} {
@include fd-reset();

@include fd-focus() {
outline: none;
}

overflow: auto;

/** Firefox
Expand Down

0 comments on commit 1bf32d6

Please sign in to comment.