mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
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
Block a user