pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

css form validation improvements :not(:focus):invalid #169

Open kapouer opened 3 years ago

kapouer commented 3 years ago

This pseudo-selectors combination allows one to show invalid class only when user has not focused the field, instead of dealing with toggling classes using javascript.