[bugfix] field: unify textarea placeholder style with input

fix #1755
This commit is contained in:
rex 2019-07-12 14:26:31 +08:00 committed by GitHub
parent 3f9b3ab7ed
commit 95666f7095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@
&__placeholder {
position: absolute;
top: 0;
right: 0;
left: 0;
color: @gray-dark;
pointer-events: none;