Skip to content

Commit df0521a

Browse files
committed
scss(item-floating-label): transition time .2s to .15s
1 parent 22053ed commit df0521a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scss/_form.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ textarea {
143143
}
144144

145145
.item-stacked-label input,
146-
.item-stacked-label textarea
147-
{
146+
.item-stacked-label textarea {
148147
@include border-radius(2px);
149148
padding: 4px 8px 3px;
150149
border: none;
@@ -165,12 +164,12 @@ textarea {
165164
padding: 5px 0 0 0;
166165
opacity: 0;
167166
top: 10px;
168-
@include transition(opacity .2s ease-in, top .2s linear);
167+
@include transition(opacity .15s ease-in, top .2s linear);
169168

170169
&.has-input {
171170
opacity: 1;
172171
top: 0;
173-
@include transition(opacity .2s ease-in, top .2s linear);
172+
@include transition(opacity .15s ease-in, top .2s linear);
174173
}
175174
}
176175
}

0 commit comments

Comments
 (0)