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

master
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent eb6ec3d068
commit ecacb15cd5
  1. 5
      app/javascript/styles/components.scss

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

Loading…
Cancel
Save