File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ textarea {
68
68
font-size : 16px ;
69
69
}
70
70
71
- & .item.active ,
71
+ & .item.active ,
72
72
.ionic-pseudo & .item :active {
73
73
border-color : $item-default-border ;
74
74
background-color : transparent ;
@@ -79,6 +79,10 @@ textarea {
79
79
@include flex (1 , 0 , 220px );
80
80
@include appearance (none );
81
81
}
82
+
83
+ .icon {
84
+ min-width : 14px ;
85
+ }
82
86
}
83
87
84
88
.item-input-inset {
@@ -116,6 +120,7 @@ textarea {
116
120
max-width : 200px ;
117
121
color : $input-label-color ;
118
122
font-weight : bold ;
123
+ font-size : $font-size-base ;
119
124
}
120
125
121
126
.placeholder-icon {
@@ -175,11 +180,12 @@ input[type="search"],
175
180
input [type = " tel" ],
176
181
input [type = " color" ] {
177
182
display : block ;
183
+ padding-top : 2px ;
178
184
height : $line-height-computed + $font-size-base ;
179
185
color : $input-color ;
180
186
vertical-align : middle ;
181
187
font-size : $font-size-base ;
182
- line-height : $line-height-computed ;
188
+ line-height : $font-size-base + 2 ;
183
189
}
184
190
185
191
input ,
You can’t perform that action at this time.
0 commit comments