mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(input): add variables for alert and input placeholder color
closes #10153
This commit is contained in:
committed by
Adam Bradley
parent
ed8b6b57bb
commit
4ca9f2c04d
@@ -9,6 +9,9 @@ $text-input-highlight-color-valid: #32db64 !default;
|
||||
/// @prop - Color of the input highlight when invalid
|
||||
$text-input-highlight-color-invalid: #f53d3d !default;
|
||||
|
||||
/// @prop - Color of the input placeholder
|
||||
$text-input-placeholder-color: #999 !default;
|
||||
|
||||
|
||||
// Input/Textarea Wrapper
|
||||
// --------------------------------------------------
|
||||
@@ -41,7 +44,7 @@ ion-textarea {
|
||||
// --------------------------------------------------
|
||||
|
||||
.text-input {
|
||||
@include placeholder();
|
||||
@include placeholder($text-input-placeholder-color);
|
||||
@include appearance(none);
|
||||
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user