Blob Blame History Raw
input, textarea, select, button,
*:required {
  visibility: hidden;
}

*:optional {
  visibility: visible;
}