Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title and placeholder not visible on alpha editor #1074

Open
John-Paul-Larkin opened this issue Oct 6, 2024 · 1 comment
Open

Title and placeholder not visible on alpha editor #1074

John-Paul-Larkin opened this issue Oct 6, 2024 · 1 comment
Assignees

Comments

@John-Paul-Larkin
Copy link
Member

Context

The placeholder for the title and body on the alpha editor are not visible
This is an unintended consequence of PR #1042
Also Related to issue #1063

A ".old-input" class was added to the inputs in PR #1042
This class probably needs to be added to the editor, but this is a temporary fix.
Ideally we should transition away from using the global styles altogether, or at least keep them to a minimum.

We should remove these broad selectors and implement the component based styling instead. This would involve an incremental refactoring.

  .old-input [type="email"],
  .old-input [type="url"],
  .old-input [type="password"],
  .old-input [type="number"],
  .old-input [type="date"],
  .old-input [type="datetime-local"],
  .old-input [type="month"],
  .old-input [type="tel"],
  .old-input [type="time"],
  .old-input [type="week"],

Screenshots

This is how the placeholder should look:

editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants