Skip to content

Commit

Permalink
Fix selection cursor on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek authored and dstillman committed Jun 27, 2024
1 parent 3e4eeb9 commit be7deca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/stylesheets/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ button {
padding: 0;
font: inherit;
outline: inherit;
cursor: default;

&:focus-visible {
outline: none;
Expand Down

0 comments on commit be7deca

Please sign in to comment.