You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Screenshots
This is how the placeholder should look:
The text was updated successfully, but these errors were encountered: