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

@ -108,7 +108,6 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
height: $height-thumb;
background: transparent;

View file

@ -8,7 +8,6 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
width: 1.25em;
height: 1.25em;
margin-top: -.125em;

View file

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

View file

@ -21,7 +21,12 @@ hr {
// Add the correct display in IE 10+
[hidden],
template {
display: none;
@if $enable-important {
display: none !important;
}
@else {
display: none;
}
}
// Add the correct styles in Edge 18-, IE, and Safari