mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06:14 -04:00
Fix: Input hidden #39
This commit is contained in:
parent
688a638d4d
commit
08d6d34f44
12 changed files with 13 additions and 21 deletions
|
@ -1037,7 +1037,6 @@ fieldset legend {
|
||||||
input:not([type=checkbox]):not([type=radio]),
|
input:not([type=checkbox]):not([type=radio]),
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1183,7 +1182,6 @@ label > input, label > select, label > textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: inline-block;
|
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
height: 1.25em;
|
height: 1.25em;
|
||||||
margin-top: -0.125em;
|
margin-top: -0.125em;
|
||||||
|
@ -1351,7 +1349,6 @@ label > input, label > select, label > textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
@ -1561,7 +1558,7 @@ hr {
|
||||||
|
|
||||||
[hidden],
|
[hidden],
|
||||||
template {
|
template {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog {
|
dialog {
|
||||||
|
|
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1214,7 +1214,6 @@ fieldset legend {
|
||||||
input:not([type=checkbox]):not([type=radio]),
|
input:not([type=checkbox]):not([type=radio]),
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1360,7 +1359,6 @@ label > input, label > select, label > textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: inline-block;
|
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
height: 1.25em;
|
height: 1.25em;
|
||||||
margin-top: -0.125em;
|
margin-top: -0.125em;
|
||||||
|
@ -1528,7 +1526,6 @@ label > input, label > select, label > textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
@ -1738,7 +1735,7 @@ hr {
|
||||||
|
|
||||||
[hidden],
|
[hidden],
|
||||||
template {
|
template {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog {
|
dialog {
|
||||||
|
|
|
@ -1007,7 +1007,6 @@ fieldset legend {
|
||||||
input:not([type=checkbox]):not([type=radio]),
|
input:not([type=checkbox]):not([type=radio]),
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1153,7 +1152,6 @@ label > input, label > select, label > textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: inline-block;
|
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
height: 1.25em;
|
height: 1.25em;
|
||||||
margin-top: -0.125em;
|
margin-top: -0.125em;
|
||||||
|
@ -1321,7 +1319,6 @@ label > input, label > select, label > textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
@ -1531,7 +1528,7 @@ hr {
|
||||||
|
|
||||||
[hidden],
|
[hidden],
|
||||||
template {
|
template {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog {
|
dialog {
|
||||||
|
|
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1159,7 +1159,6 @@ fieldset legend {
|
||||||
input:not([type=checkbox]):not([type=radio]),
|
input:not([type=checkbox]):not([type=radio]),
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
css/pico.slim.min.css
vendored
2
css/pico.slim.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -108,7 +108,6 @@
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $height-thumb;
|
height: $height-thumb;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
display: inline-block;
|
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
height: 1.25em;
|
height: 1.25em;
|
||||||
margin-top: -.125em;
|
margin-top: -.125em;
|
||||||
|
|
|
@ -139,7 +139,6 @@ fieldset legend {
|
||||||
input:not([type="checkbox"]):not([type="radio"]),
|
input:not([type="checkbox"]):not([type="radio"]),
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,12 @@ hr {
|
||||||
// Add the correct display in IE 10+
|
// Add the correct display in IE 10+
|
||||||
[hidden],
|
[hidden],
|
||||||
template {
|
template {
|
||||||
display: none;
|
@if $enable-important {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
@else {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the correct styles in Edge 18-, IE, and Safari
|
// Add the correct styles in Edge 18-, IE, and Safari
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue