Skip to content

Commit b3f2fad

Browse files
committed
fix pointer rule for not disabled buttons
1 parent b204300 commit b3f2fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/button-reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ button {
1717
appearance: button;
1818
user-select: none;
1919

20-
:not(:disabled) {
20+
&:not(:disabled) {
2121
cursor: pointer;
2222
}
2323

0 commit comments

Comments
 (0)