Skip to content

Commit

Permalink
Merge pull request #1216 from Arkkimaagi/patch-3
Browse files Browse the repository at this point in the history
Fix rounded links buttons on iOS 15.5
  • Loading branch information
mrTuomoK authored Mar 6, 2024
2 parents 3cceaa5 + 92a0bb6 commit d0af37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Normalize.css rules
* Correct the inability to style clickable types in iOS and Safari.
*/
-webkit-appearance: button;
background-color: var(--background-color, transparent);
border: var(--border-width) solid var(--border-color, transparent);
border-radius: 0;
Expand Down Expand Up @@ -63,6 +62,7 @@
* Normalize.css rules
* Correct the inability to style clickable types in iOS and Safari.
*/
button.hds-button,
.hds-button[type="button"],
.hds-button[type="reset"],
.hds-button[type="submit"] {
Expand Down

0 comments on commit d0af37a

Please sign in to comment.