Skip to content

Commit 8fd3dd0

Browse files
author
enterprise220
committed
fix: add appearance: button for better cross-browser button styling c… (#2677)
* fix: add appearance: button for better cross-browser button styling compatibility (#2676) * fix: remove -webkit-appearance: button; for cleanup (#2677)
1 parent 7c2c5b1 commit 8fd3dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sass/reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
button.rbc-btn {
88
overflow: visible;
99
text-transform: none;
10-
-webkit-appearance: button;
10+
appearance: button;
1111
cursor: pointer;
1212
}
1313

0 commit comments

Comments
 (0)