Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[style] Fix placeholder should be hidden on focus
The placeholder is currently visible on key focus and only hidden once a user starts typing. This can be confusing and doesn't look good. As it turns out, ::placeholder is an official selector: https://developer.mozilla.org/en-US/docs/Web/CSS/::placeholder For some reason, listing placeholder selectors with "," doesn't work on some browsers (tested in FF 60 ESR). Making each of the selectors explicit works, however.
- Loading branch information