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
If an <input> doesn't have a type attribute, then the WDS input styling is not applied. However, this input is treated by the browser as the same a type="text", so the same styles should be applied.
Adding the selector input:not([type]) everywhere that input[type=text] is used should fix this.