Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 input, textarea, select, button,
2 *:required {
3 visibility: hidden;
4 }
5
6 *:optional {
7 visibility: visible;
8 }