diff options
author | 2019-06-08 15:50:13 +0200 | |
---|---|---|
committer | 2019-06-08 15:50:16 +0200 | |
commit | f28cbecc025fdef3e3e724b2dbb576886d5209fb (patch) | |
tree | d86f4d0a9d43824acccfcca19b2bc513b87dff36 /lib | |
parent | 84450371b5491757bcf6c3672b6b165aa6d08285 (diff) | |
download | rss-bridge-f28cbecc025fdef3e3e724b2dbb576886d5209fb.tar.gz rss-bridge-f28cbecc025fdef3e3e724b2dbb576886d5209fb.tar.zst rss-bridge-f28cbecc025fdef3e3e724b2dbb576886d5209fb.zip |
[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.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions