Skip to content

Commit

Permalink
Merge pull request #888 from City-of-Helsinki/UHF-X_rounded_buttons_o…
Browse files Browse the repository at this point in the history
…n_old_ios

UHF-X rounded buttons on old ios
  • Loading branch information
Arkkimaagi authored Jan 22, 2024
2 parents bb86e37 + 4f764ce commit 3647ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/css/ckeditor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/scss/05_objects/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,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 +76,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 @@ -568,8 +567,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 3647ca6

Please sign in to comment.