We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22053ed commit df0521aCopy full SHA for df0521a
scss/_form.scss
@@ -143,8 +143,7 @@ textarea {
143
}
144
145
.item-stacked-label input,
146
-.item-stacked-label textarea
147
-{
+.item-stacked-label textarea {
148
@include border-radius(2px);
149
padding: 4px 8px 3px;
150
border: none;
@@ -165,12 +164,12 @@ textarea {
165
164
padding: 5px 0 0 0;
166
opacity: 0;
167
top: 10px;
168
- @include transition(opacity .2s ease-in, top .2s linear);
+ @include transition(opacity .15s ease-in, top .2s linear);
169
170
&.has-input {
171
opacity: 1;
172
top: 0;
173
174
175
176
0 commit comments