1
0
mirror of synced 2024-11-22 21:36:04 +03:00

Fixes placeholder issue on ios devices

This commit is contained in:
Justin Schroeder 2020-02-27 22:01:05 -05:00
parent 7153e598b4
commit 221d0161f1
3 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -55,6 +55,7 @@
&[data-classification='text'] { &[data-classification='text'] {
input { input {
@include baseinput; @include baseinput;
min-height: 1em;
} }
.formulate-input-element--search { .formulate-input-element--search {

View File

@ -41,11 +41,12 @@ $formulate-white: #ffffff;
display: block; display: block;
width: 100%; width: 100%;
font-weight: 400; font-weight: 400;
line-height: 1.1em; line-height: 1.2em;
margin: 0; margin: 0;
&::placeholder { &::placeholder {
color: $formulate-gray-dd; color: $formulate-gray-dd;
line-height: normal;
} }
&:focus { &:focus {