@syncfusion/ej2-dropdowns 25.2.4 → 25.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -324,7 +324,7 @@
324
324
  }
325
325
 
326
326
  .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
327
- content: "\e208";
327
+ content: "\e7e7";
328
328
  font-size: 16px;
329
329
  height: 16px;
330
330
  margin-top: -8px;
@@ -333,7 +333,7 @@
333
333
 
334
334
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
335
335
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
336
- content: "\e208";
336
+ content: "\e7e7";
337
337
  font-size: 14px;
338
338
  height: 14px;
339
339
  margin-top: -7px;
@@ -342,7 +342,7 @@
342
342
 
343
343
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
344
344
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
345
- content: "\e208";
345
+ content: "\e7e7";
346
346
  font-size: 20px;
347
347
  height: 20px;
348
348
  left: 0;
@@ -354,7 +354,7 @@
354
354
  .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
355
355
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
356
356
  .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
357
- content: "\e208";
357
+ content: "\e7e7";
358
358
  font-size: 18px;
359
359
  height: 18px;
360
360
  left: 0;
@@ -386,6 +386,7 @@
386
386
  .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
387
387
  .e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
388
388
  margin: 7px 12px 9px 0;
389
+ min-height: fit-content;
389
390
  }
390
391
 
391
392
  .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
@@ -591,7 +592,7 @@
591
592
  .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
592
593
  .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
593
594
  .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
594
- content: "\e208";
595
+ content: "\e7e7";
595
596
  font-size: 16px;
596
597
  height: 16px;
597
598
  padding: 0;
@@ -641,6 +642,7 @@
641
642
  .e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
642
643
  .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
643
644
  margin: 10px 0 9px;
645
+ min-height: fit-content;
644
646
  }
645
647
 
646
648
  .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
@@ -666,6 +668,7 @@
666
668
  .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
667
669
  .e-small .e-multiselect.e-filled.e-input-group.e-float-input.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
668
670
  margin: 0 12px 4px 0;
671
+ min-width: fit-content;
669
672
  }
670
673
 
671
674
  .e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
@@ -1400,7 +1403,7 @@
1400
1403
  top: 1px;
1401
1404
  }
1402
1405
 
1403
- .e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
1406
+ .e-small .e-multiselect:not(.e-outline):not(.e-filled) .e-input-group-icon.e-ddl-icon {
1404
1407
  top: 6px;
1405
1408
  }
1406
1409
 
@@ -1485,7 +1488,7 @@ ejs-multiselect {
1485
1488
  margin-top: -1.7em;
1486
1489
  height: 22px;
1487
1490
  width: 22px;
1488
- line-height: 2px;
1491
+ line-height: normal;
1489
1492
  }
1490
1493
 
1491
1494
  .e-small .e-multi-select-wrapper {