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