Add placeholder text color to form of media attachments (#5196)
This commit is contained in:
parent
eb6ec3d068
commit
ecacb15cd5
|
@ -371,6 +371,11 @@
|
||||||
&:focus {
|
&:focus {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
opacity: 0.54;
|
||||||
|
color: $ui-secondary-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
Loading…
Reference in New Issue