CSS :blur selector not working for Input field
I have an input field using CSS :focus selector, which is working good. I have added CSS :blur selector, but it is not working. What is the correct way of using CSS :blur ?
Hi,
The reason why :blur selector is not working is, that it is not supported in CSS. You can use :focus in CSS, but CSS :blur selector doesn't exist.
1 answer