Skip to content

Commit 9d926eb

Browse files
committed
fix(buttons.scss): wrong cursor for disabled state
1 parent 4fe0c72 commit 9d926eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
button {
2-
cursor: pointer;
2+
@extend .btn;
33
}
44

55
.btn-transparent {

0 commit comments

Comments
 (0)