Skip to content

Commit d9d508e

Browse files
committed
fix: add appearance: button for better cross-browser button styling compatibility (#2676)
1 parent 9f082fb commit d9d508e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sass/reset.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ button.rbc-btn {
88
overflow: visible;
99
text-transform: none;
1010
-webkit-appearance: button;
11+
appearance: button;
1112
cursor: pointer;
1213
}
1314

0 commit comments

Comments
 (0)