Browse Source

Add placeholder text color to form of media attachments (#5196)

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
ecacb15cd5
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/javascript/styles/components.scss

+ 5
- 0
app/javascript/styles/components.scss View File

@ -371,6 +371,11 @@
&:focus {
color: $white;
}
&::placeholder {
opacity: 0.54;
color: $ui-secondary-color;
}
}
&.active {

Loading…
Cancel
Save