Skip to content

Commit

Permalink
fix: rm unnecessary transform styles on success icon
Browse files Browse the repository at this point in the history
fixes #2698
  • Loading branch information
limonte committed Jan 11, 2024
1 parent 0ab5e08 commit 69c2372
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ div:where(.swal2-icon) {
position: absolute;
width: 3.75em;
height: 7.5em;
transform: rotate(45deg);
border-radius: 50%;

&[class$='left'] {
Expand Down
1 change: 0 additions & 1 deletion src/scss/_toasts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
position: absolute;
width: 1.6em;
height: 3em;
transform: rotate(45deg);
border-radius: 50%;

&[class$='left'] {
Expand Down

0 comments on commit 69c2372

Please sign in to comment.