Skip to content

Commit

Permalink
fix: date-time appearance on mobile safari
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Nov 9, 2023
1 parent 6a9d71e commit 4ed5e5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/components/alert/alert.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
@include margin($alert-ios-input-margin-top, null, null, null);
@include padding($alert-ios-input-padding-top, $alert-ios-input-padding-end, $alert-ios-input-padding-bottom, $alert-ios-input-padding-start);

min-height: 32px;

border: $alert-ios-input-border;

background-color: $alert-ios-input-background-color;
Expand All @@ -107,6 +105,10 @@
&::-ms-clear {
display: none;
}

&::-webkit-date-and-time-value {
height: 18px;
}
}


Expand Down

0 comments on commit 4ed5e5a

Please sign in to comment.