mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(textarea): remove padding from textarea placeholder (#19694)
fixes #19616
This commit is contained in:
@ -96,6 +96,8 @@
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
|
@include padding(0);
|
||||||
|
|
||||||
color: var(--placeholder-color);
|
color: var(--placeholder-color);
|
||||||
|
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user