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

@ -1037,7 +1037,6 @@ fieldset legend {
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
display: block;
width: 100%;
}
@ -1183,7 +1182,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;
@ -1351,7 +1349,6 @@ label > input, label > select, label > textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
height: 1.25rem;
background: transparent;
@ -1561,7 +1558,7 @@ hr {
[hidden],
template {
display: none;
display: none !important;
}
dialog {

File diff suppressed because one or more lines are too long

View file

@ -1214,7 +1214,6 @@ fieldset legend {
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
display: block;
width: 100%;
}
@ -1360,7 +1359,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;
@ -1528,7 +1526,6 @@ label > input, label > select, label > textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
height: 1.25rem;
background: transparent;
@ -1738,7 +1735,7 @@ hr {
[hidden],
template {
display: none;
display: none !important;
}
dialog {

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 {

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -1159,7 +1159,6 @@ fieldset legend {
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
display: block;
width: 100%;
}

File diff suppressed because one or more lines are too long