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
Unfortunately, in IE I have to set the outline to none and in Firefox I have to set the box-shadow to none. This is a result of adding the required attribute to the input tags. In both browsers you get annoying outlines by default. Is this something we've thought about before? It seems :invalid should also get considered as a :focus.
The text was updated successfully, but these errors were encountered:
I have this CSS:
Unfortunately, in IE I have to set the outline to none and in Firefox I have to set the box-shadow to none. This is a result of adding the
required
attribute to the input tags. In both browsers you get annoying outlines by default. Is this something we've thought about before? It seems:invalid
should also get considered as a:focus
.The text was updated successfully, but these errors were encountered: