Skip to content

Commit

Permalink
fix pointer rule for not disabled buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo committed Mar 7, 2022
1 parent b204300 commit b3f2fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/button-reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ button {
appearance: button;
user-select: none;

:not(:disabled) {
&:not(:disabled) {
cursor: pointer;
}

Expand Down

0 comments on commit b3f2fad

Please sign in to comment.