Skip to content

Commit 927208f

Browse files
authored
fix: autocomplete field close icon (#1424)
1 parent ec6434d commit 927208f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/unfold/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ td .inline-deletelink {
378378

379379
.select2-container.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear:after,
380380
.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__clear:after {
381-
@apply material-symbols-outlined transition-all content-['close'] text-[18px] ;
381+
@apply material-symbols-outlined transition-all content-['close\_small'] text-[18px] ;
382382
}
383383

384384
.select2-container.select2-container--admin-autocomplete .select2-selection--single .select2-selection__arrow {
@@ -446,9 +446,8 @@ td .inline-deletelink {
446446
}
447447

448448
.select2-container--admin-autocomplete .select2-selection--multiple li.select2-selection__choice .select2-selection__choice__remove:after {
449-
@apply h-7 leading-7! material-symbols-outlined;
449+
@apply content-['close\_small'] h-7 leading-7! material-symbols-outlined;
450450

451-
content: "close";
452451
font-size: 14px;
453452
}
454453

0 commit comments

Comments
 (0)