Skip to content

Commit

Permalink
fix: remove invalid selector (fix #1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Aug 22, 2019
1 parent 6e9fa6a commit 9986d6f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/sweetalert2.scss
Expand Up @@ -447,15 +447,6 @@ body {
}
}

> .swal2-input,
> .swal2-file,
> .swal2-textarea,
> .swal2-select,
> .swal2-radio,
> .swal2-checkbox {
display: none;
}

.swal2-content {
z-index: 1; // prevent sucess icon overlapping the content
justify-content: $swal2-content-justify-content;
Expand Down

0 comments on commit 9986d6f

Please sign in to comment.