mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -04:00
Fix: Input hidden #39
This commit is contained in:
parent
688a638d4d
commit
08d6d34f44
12 changed files with 13 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue