Skip to content

Commit

Permalink
fix: lighten placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 18, 2017
1 parent 2123675 commit 27ccd72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/ngx-editor/ngx-editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
::ng-deep [contenteditable=true]:empty:before {
content: attr(placeholder);
display: block; // for firefox

color: #868e96;
opacity: 1;
}

.ngx-editor-textarea {
Expand Down

0 comments on commit 27ccd72

Please sign in to comment.