Skip to content

Commit

Permalink
fix: add appearance: button for better cross-browser button styling c… (
Browse files Browse the repository at this point in the history
#2677)

* fix: add appearance: button for better cross-browser button styling compatibility (#2676)

* fix: remove -webkit-appearance: button; for cleanup (#2677)
  • Loading branch information
in-ch authored Nov 25, 2024
1 parent fea4175 commit 85be249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
button.rbc-btn {
overflow: visible;
text-transform: none;
-webkit-appearance: button;
appearance: button;
cursor: pointer;
}

Expand Down

0 comments on commit 85be249

Please sign in to comment.