Fix: Input hidden #39

This commit is contained in:
Lucas Larroche 2021-10-23 12:35:15 +07:00
parent 688a638d4d
commit 08d6d34f44
12 changed files with 13 additions and 21 deletions

View file

@ -1007,7 +1007,6 @@ fieldset legend {
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
display: block;
width: 100%;
}
@ -1153,7 +1152,6 @@ label > input, label > select, label > textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
width: 1.25em;
height: 1.25em;
margin-top: -0.125em;
@ -1321,7 +1319,6 @@ label > input, label > select, label > textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
height: 1.25rem;
background: transparent;
@ -1531,7 +1528,7 @@ hr {
[hidden],
template {
display: none;
display: none !important;
}
dialog {