Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Editable: Fix Placeholder styling #2626

Merged
merged 1 commit into from Sep 4, 2017

Conversation

Projects
None yet
2 participants
Collaborator

youknowriad commented Aug 31, 2017

On an empty paragraph block with a background color, a padding was applied using an extra className. But these extra classNames were not applied to the placeholder, which caused the placeholder to be incorrectly styled.

Testing instructions

  • Create a paragraph block
  • Apply a background color
  • Unselect the block
  • The placeholder should be shown properly.
@youknowriad youknowriad Editable: Fix Placeholder styling 4dec2de

@youknowriad youknowriad self-assigned this Aug 31, 2017

@youknowriad youknowriad requested review from aduth and iseulde Aug 31, 2017

aduth approved these changes Sep 1, 2017

@youknowriad youknowriad merged commit de53baf into master Sep 4, 2017

3 checks passed

codecov/project 31.42% remains the same compared to e76faa6
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@youknowriad youknowriad deleted the fix/paragraph-with-background-placeholder branch Sep 4, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment