gecko-dev/layout/reftests/css-optional/css-optional-style.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
109 B
CSS
Raw Normal View History

input, textarea, select, button,
*:required {
visibility: hidden;
}
*:optional {
visibility: visible;
}