Skip to content

Commit

Permalink
fix: #1160 fix placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed May 11, 2020
1 parent 3404571 commit 83e8129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/elements/src/styles/vendor/pell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ $pell-content-padding: 10px !default;

div[contenteditable='true']:empty:before {
content: attr(placeholder);
color: $grey-lighter;
color: #D3D3D3;
display: block; /* For Firefox */
}
2 changes: 1 addition & 1 deletion packages/marketplace/src/tests/badges/badge-lines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/marketplace/src/tests/badges/badge-statements.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83e8129

Please sign in to comment.