Raw File
input, textarea, select, button,
*:optional {
  visibility: hidden;
}

*:required {
  visibility: visible;
}

/* Override the default style. */
:invalid {
  box-shadow: none;
}
back to top