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

@ -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