Skip to content

Commit

Permalink
UHF-X: Fix unexpected button roundness
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkkimaagi committed Jan 19, 2024
1 parent a8a6523 commit 3e045be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scss/05_objects/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
// Normalize.css rules
// Correct the inability to style clickable types in iOS and Safari.
// stylelint-disable-next-line property-no-vendor-prefix
-webkit-appearance: button;
align-content: flex-start;
align-items: center;
background-color: var(--background-color, transparent);
Expand Down Expand Up @@ -78,6 +77,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 Expand Up @@ -569,7 +569,6 @@ a[href][data-hds-component='button']:not([class*='hds-button']) {
// Normalize.css rules
// Correct the inability to style clickable types in iOS and Safari.
// stylelint-disable-next-line property-no-vendor-prefix
-webkit-appearance: button;
align-content: flex-start;
align-items: center;
background-color: var(--background-color, transparent);
Expand Down

0 comments on commit 3e045be

Please sign in to comment.