Skip to content

Commit 086babb

Browse files
committed
Use empty selector to show toast title when it is provided
1 parent def7e74 commit 086babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/src/shared/core.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
/* Sweet alert */
25-
.swal2-title {
25+
.swal2-title:empty {
2626
display: none !important;
2727
}
2828

0 commit comments

Comments
 (0)