Fixes placeholder issue on ios devices
This commit is contained in:
parent
7153e598b4
commit
221d0161f1
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user