Excluding hidden input from block inputs

This commit resolves #38
This commit is contained in:
Luke Kang 2021-10-20 19:49:56 +09:00
parent 8e028956e9
commit 9817e10fae

View file

@ -136,7 +136,7 @@ fieldset legend {
} }
// Blocks, 100% // Blocks, 100%
input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"]):not([hidden]),
select, select,
textarea { textarea {
display: block; display: block;