@syncfusion/blazor-themes 20.3.48 → 20.3.49

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.
Files changed (59) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +24 -12
  2. package/SCSS-Themes/bootstrap.scss +24 -12
  3. package/SCSS-Themes/bootstrap4.scss +32 -19
  4. package/SCSS-Themes/bootstrap5-dark.scss +27 -14
  5. package/SCSS-Themes/bootstrap5.scss +27 -14
  6. package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +22 -5
  7. package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +22 -5
  8. package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +30 -12
  9. package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +23 -5
  10. package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +23 -5
  11. package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +26 -9
  12. package/SCSS-Themes/dropdowns/multi-select/fabric.scss +26 -9
  13. package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +24 -6
  14. package/SCSS-Themes/dropdowns/multi-select/fluent.scss +24 -6
  15. package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +27 -10
  16. package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +22 -5
  17. package/SCSS-Themes/dropdowns/multi-select/material.scss +22 -5
  18. package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +23 -5
  19. package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +23 -5
  20. package/SCSS-Themes/fabric-dark.scss +28 -16
  21. package/SCSS-Themes/fabric.scss +28 -16
  22. package/SCSS-Themes/fluent-dark.scss +26 -13
  23. package/SCSS-Themes/fluent.scss +26 -13
  24. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +2 -2
  25. package/SCSS-Themes/grids/grid/bootstrap.scss +2 -2
  26. package/SCSS-Themes/grids/grid/bootstrap4.scss +2 -2
  27. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +2 -2
  28. package/SCSS-Themes/grids/grid/bootstrap5.scss +2 -2
  29. package/SCSS-Themes/grids/grid/fabric-dark.scss +2 -2
  30. package/SCSS-Themes/grids/grid/fabric.scss +2 -2
  31. package/SCSS-Themes/grids/grid/fluent-dark.scss +2 -2
  32. package/SCSS-Themes/grids/grid/fluent.scss +2 -2
  33. package/SCSS-Themes/grids/grid/highcontrast.scss +2 -2
  34. package/SCSS-Themes/grids/grid/material-dark.scss +2 -2
  35. package/SCSS-Themes/grids/grid/material.scss +2 -2
  36. package/SCSS-Themes/grids/grid/tailwind-dark.scss +2 -2
  37. package/SCSS-Themes/grids/grid/tailwind.scss +2 -2
  38. package/SCSS-Themes/highcontrast.scss +29 -17
  39. package/SCSS-Themes/material-dark.scss +24 -12
  40. package/SCSS-Themes/material.scss +24 -12
  41. package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +0 -5
  42. package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +0 -5
  43. package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +0 -5
  44. package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +0 -5
  45. package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +0 -5
  46. package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +0 -5
  47. package/SCSS-Themes/pivotview/pivotview/fabric.scss +0 -5
  48. package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +0 -5
  49. package/SCSS-Themes/pivotview/pivotview/fluent.scss +0 -5
  50. package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +0 -5
  51. package/SCSS-Themes/pivotview/pivotview/material-dark.scss +0 -5
  52. package/SCSS-Themes/pivotview/pivotview/material.scss +0 -5
  53. package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +0 -5
  54. package/SCSS-Themes/pivotview/pivotview/tailwind.scss +0 -5
  55. package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +2 -2
  56. package/SCSS-Themes/popups/dialog/bootstrap5.scss +2 -2
  57. package/SCSS-Themes/tailwind-dark.scss +25 -12
  58. package/SCSS-Themes/tailwind.scss +25 -12
  59. package/package.json +1 -1
@@ -58450,8 +58450,11 @@ $ddl-chip-padding: 0 8px 0 4px !default;
58450
58450
  $ddl-chip-close-top: 3px !default;
58451
58451
  $ddl-chip-close-left: 6px !default;
58452
58452
  $ddl-chip-close-margin: 0 0 0 !default;
58453
+ $ddl-chip-close-rtl-margin: 0 0 0 !default;
58453
58454
  $ddl-chip-close-square: 14px !default;
58455
+ $ddl-chip-close-width: 14px !default;
58454
58456
  $ddl-chip-hooker-square: 24px !default;
58457
+ $ddl-chip-hooker-width: 24px !default;
58455
58458
  $ddl-chip-close-font: 10px !default;
58456
58459
  $ddl-chip-height: 24px !default;
58457
58460
  $ddl-chip-mobile-height: 30px !default;
@@ -58552,18 +58555,20 @@ $ddl-select-all-height-small: 26px !default;
58552
58555
  $ddl-small-chip-height: 20px !default;
58553
58556
  $ddl-chip-small-font-size: 12px !default;
58554
58557
  $ddl-small-chip-close-square: 12px !default;
58558
+ $ddl-small-chip-close-width: 12px !default;
58555
58559
  $ddl-small-chip-close-font: 8px !default;
58556
58560
  $ddl-control-small-height: 24px !default;
58557
58561
  $ddl-small-input-height: 24px !default;
58558
58562
  $ddl-delim-small-font-size: 12px !default;
58559
58563
  $ddl-small-closer-margin-top: -2em !default;
58560
58564
  $ddl-chip-close-hooker-small-left: 0 !default;
58565
+ $ddl-chip-close-hooker-small-bigger-left: 0 !default;
58561
58566
  $ddl-delimviewheight-small: 24px !default;
58562
58567
  $ddl-multiselect-filled-input-min-height-small: 32px !default;
58563
58568
  $ddl-multiselect-filled-float-input-min-height-small: 22px !default;
58564
58569
  $ddl-multiselect-filled-floatlabel-fontsize-small: 10px !default;
58565
58570
  $ddl-multiselect-filled-chip-clear-icon-size-small: 10px !default;
58566
- $ddl-chip-close-small-left: 6px !default;
58571
+ $ddl-chip-close-small-left: 0 !default;
58567
58572
  $ddl-chip-close-small-top: 2px !default;
58568
58573
  $ddl-small-down-icon-left: -2px !default;
58569
58574
 
@@ -58573,6 +58578,7 @@ $ddl-multiselect-filled-float-input-min-height-bigger: 36px !default;
58573
58578
  $ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
58574
58579
  $ddl-bigger-chip-close-font: 14px !default;
58575
58580
  $ddl-bigger-chip-close-square: 14px !default;
58581
+ $ddl-bigger-chip-close-width: 14px !default;
58576
58582
  $ddl-bigger-chip-down-icon-font: 14px !default;
58577
58583
 
58578
58584
  // Touch Small size
@@ -58580,6 +58586,7 @@ $ddl-select-all-height-bigger-small: 40px !default;
58580
58586
  $ddl-bigger-small-chip-height: 26px !default;
58581
58587
  $ddl-chip-bigger-small-font-size: 13px !default;
58582
58588
  $ddl-bigger-small-chip-close-square: 14px !default;
58589
+ $ddl-bigger-small-chip-close-width: 14px !default;
58583
58590
  $ddl-bigger-small-chip-close-font: 10px !default;
58584
58591
  $ddl-control-bigger-small-height: 28px !default;
58585
58592
  $ddl-bigger-small-input-height: 32px !default;
@@ -58924,7 +58931,11 @@ $ddl-small-clear-icon-width: 12px !default;
58924
58931
  font-family: 'e-icons';
58925
58932
  height: $ddl-chip-close-square;
58926
58933
  margin: $ddl-chip-close-margin;
58927
- width: $ddl-chip-close-square;
58934
+ width: $ddl-chip-close-width;
58935
+ }
58936
+
58937
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
58938
+ margin: $ddl-chip-close-rtl-margin;
58928
58939
  }
58929
58940
 
58930
58941
  .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
@@ -58939,7 +58950,7 @@ $ddl-small-clear-icon-width: 12px !default;
58939
58950
  position: absolute;
58940
58951
  right: $ddl-chip-hooker-right;
58941
58952
  top: $ddl-closer-hooker-top;
58942
- width: $ddl-chip-hooker-square;
58953
+ width: $ddl-chip-hooker-width;
58943
58954
  }
58944
58955
 
58945
58956
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
@@ -59655,7 +59666,7 @@ ejs-multiselect {
59655
59666
  .e-bigger .e-multi-select-wrapper .e-chips-close {
59656
59667
  @if $ddl-multiselect-skin-name == 'tailwind' {
59657
59668
  height: $ddl-bigger-chip-close-square;
59658
- width: $ddl-bigger-chip-close-square;
59669
+ width: $ddl-bigger-chip-close-width;
59659
59670
  }
59660
59671
  }
59661
59672
 
@@ -59677,7 +59688,7 @@ ejs-multiselect {
59677
59688
 
59678
59689
  .e-small .e-multi-select-wrapper .e-chips-close {
59679
59690
  height: $ddl-small-chip-close-square;
59680
- width: $ddl-small-chip-close-square;
59691
+ width: $ddl-small-chip-close-width;
59681
59692
  }
59682
59693
 
59683
59694
  .e-small .e-multi-select-wrapper {
@@ -59746,7 +59757,10 @@ ejs-multiselect {
59746
59757
 
59747
59758
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
59748
59759
  height: $ddl-bigger-small-chip-close-square;
59749
- width: $ddl-bigger-small-chip-close-square;
59760
+ width: $ddl-bigger-small-chip-close-width;
59761
+ @if $ddl-multiselect-skin-name == 'bootstrap4' {
59762
+ margin: 3px 10px 10px 0;
59763
+ }
59750
59764
  }
59751
59765
 
59752
59766
  .e-bigger.e-small .e-multi-select-wrapper {
@@ -60969,6 +60983,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
60969
60983
  left: $ddl-chip-close-hooker-small-left;
60970
60984
  }
60971
60985
 
60986
+ .e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
60987
+ left: $ddl-chip-close-hooker-small-bigger-left;
60988
+ }
60989
+
60972
60990
  .e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
60973
60991
  @if $ddl-multiselect-skin-name == 'FluentUI' {
60974
60992
  left: $ddl-small-down-icon-left;
@@ -76849,7 +76867,7 @@ $grid-dropitems-count-margin-left: -8px !default;
76849
76867
 
76850
76868
  #{&}.e-grid-min-height {
76851
76869
  .e-rowcell {
76852
- line-height: 0;
76870
+ line-height: normal;
76853
76871
  padding-bottom: 0;
76854
76872
  padding-top: 0;
76855
76873
  }
@@ -76932,7 +76950,7 @@ $grid-dropitems-count-margin-left: -8px !default;
76932
76950
  .e-rowcell,
76933
76951
  .e-rowcell:first-child,
76934
76952
  .e-rowcell:last-child {
76935
- line-height: 0;
76953
+ line-height: normal;
76936
76954
  padding-bottom: 0;
76937
76955
  padding-top: 0;
76938
76956
  }
@@ -103735,7 +103753,6 @@ $pivotpager-single-size-title-padding: 8px !default;
103735
103753
 
103736
103754
  .e-valuescontent {
103737
103755
  padding-right: 8px;
103738
- text-align: right;
103739
103756
  }
103740
103757
 
103741
103758
  .e-grid .e-rowcell {
@@ -105037,10 +105054,6 @@ $pivotpager-single-size-title-padding: 8px !default;
105037
105054
  margin-right: 7px;
105038
105055
  }
105039
105056
 
105040
- .e-valuescontent {
105041
- text-align: left;
105042
- }
105043
-
105044
105057
  .e-group-values,
105045
105058
  .e-group-columns,
105046
105059
  .e-group-filters,
@@ -58451,8 +58451,11 @@ $ddl-chip-padding: 0 8px 0 4px !default;
58451
58451
  $ddl-chip-close-top: 3px !default;
58452
58452
  $ddl-chip-close-left: 6px !default;
58453
58453
  $ddl-chip-close-margin: 0 0 0 !default;
58454
+ $ddl-chip-close-rtl-margin: 0 0 0 !default;
58454
58455
  $ddl-chip-close-square: 14px !default;
58456
+ $ddl-chip-close-width: 14px !default;
58455
58457
  $ddl-chip-hooker-square: 24px !default;
58458
+ $ddl-chip-hooker-width: 24px !default;
58456
58459
  $ddl-chip-close-font: 10px !default;
58457
58460
  $ddl-chip-height: 24px !default;
58458
58461
  $ddl-chip-mobile-height: 30px !default;
@@ -58553,18 +58556,20 @@ $ddl-select-all-height-small: 26px !default;
58553
58556
  $ddl-small-chip-height: 20px !default;
58554
58557
  $ddl-chip-small-font-size: 12px !default;
58555
58558
  $ddl-small-chip-close-square: 12px !default;
58559
+ $ddl-small-chip-close-width: 12px !default;
58556
58560
  $ddl-small-chip-close-font: 8px !default;
58557
58561
  $ddl-control-small-height: 24px !default;
58558
58562
  $ddl-small-input-height: 24px !default;
58559
58563
  $ddl-delim-small-font-size: 12px !default;
58560
58564
  $ddl-small-closer-margin-top: -2em !default;
58561
58565
  $ddl-chip-close-hooker-small-left: 0 !default;
58566
+ $ddl-chip-close-hooker-small-bigger-left: 0 !default;
58562
58567
  $ddl-delimviewheight-small: 24px !default;
58563
58568
  $ddl-multiselect-filled-input-min-height-small: 32px !default;
58564
58569
  $ddl-multiselect-filled-float-input-min-height-small: 22px !default;
58565
58570
  $ddl-multiselect-filled-floatlabel-fontsize-small: 10px !default;
58566
58571
  $ddl-multiselect-filled-chip-clear-icon-size-small: 10px !default;
58567
- $ddl-chip-close-small-left: 6px !default;
58572
+ $ddl-chip-close-small-left: 0 !default;
58568
58573
  $ddl-chip-close-small-top: 2px !default;
58569
58574
  $ddl-small-down-icon-left: -2px !default;
58570
58575
 
@@ -58574,6 +58579,7 @@ $ddl-multiselect-filled-float-input-min-height-bigger: 36px !default;
58574
58579
  $ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
58575
58580
  $ddl-bigger-chip-close-font: 14px !default;
58576
58581
  $ddl-bigger-chip-close-square: 14px !default;
58582
+ $ddl-bigger-chip-close-width: 14px !default;
58577
58583
  $ddl-bigger-chip-down-icon-font: 14px !default;
58578
58584
 
58579
58585
  // Touch Small size
@@ -58581,6 +58587,7 @@ $ddl-select-all-height-bigger-small: 40px !default;
58581
58587
  $ddl-bigger-small-chip-height: 26px !default;
58582
58588
  $ddl-chip-bigger-small-font-size: 13px !default;
58583
58589
  $ddl-bigger-small-chip-close-square: 14px !default;
58590
+ $ddl-bigger-small-chip-close-width: 14px !default;
58584
58591
  $ddl-bigger-small-chip-close-font: 10px !default;
58585
58592
  $ddl-control-bigger-small-height: 28px !default;
58586
58593
  $ddl-bigger-small-input-height: 32px !default;
@@ -58925,7 +58932,11 @@ $ddl-small-clear-icon-width: 12px !default;
58925
58932
  font-family: 'e-icons';
58926
58933
  height: $ddl-chip-close-square;
58927
58934
  margin: $ddl-chip-close-margin;
58928
- width: $ddl-chip-close-square;
58935
+ width: $ddl-chip-close-width;
58936
+ }
58937
+
58938
+ .e-rtl .e-multi-select-wrapper .e-chips-close {
58939
+ margin: $ddl-chip-close-rtl-margin;
58929
58940
  }
58930
58941
 
58931
58942
  .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
@@ -58940,7 +58951,7 @@ $ddl-small-clear-icon-width: 12px !default;
58940
58951
  position: absolute;
58941
58952
  right: $ddl-chip-hooker-right;
58942
58953
  top: $ddl-closer-hooker-top;
58943
- width: $ddl-chip-hooker-square;
58954
+ width: $ddl-chip-hooker-width;
58944
58955
  }
58945
58956
 
58946
58957
  .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
@@ -59656,7 +59667,7 @@ ejs-multiselect {
59656
59667
  .e-bigger .e-multi-select-wrapper .e-chips-close {
59657
59668
  @if $ddl-multiselect-skin-name == 'tailwind' {
59658
59669
  height: $ddl-bigger-chip-close-square;
59659
- width: $ddl-bigger-chip-close-square;
59670
+ width: $ddl-bigger-chip-close-width;
59660
59671
  }
59661
59672
  }
59662
59673
 
@@ -59678,7 +59689,7 @@ ejs-multiselect {
59678
59689
 
59679
59690
  .e-small .e-multi-select-wrapper .e-chips-close {
59680
59691
  height: $ddl-small-chip-close-square;
59681
- width: $ddl-small-chip-close-square;
59692
+ width: $ddl-small-chip-close-width;
59682
59693
  }
59683
59694
 
59684
59695
  .e-small .e-multi-select-wrapper {
@@ -59747,7 +59758,10 @@ ejs-multiselect {
59747
59758
 
59748
59759
  .e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
59749
59760
  height: $ddl-bigger-small-chip-close-square;
59750
- width: $ddl-bigger-small-chip-close-square;
59761
+ width: $ddl-bigger-small-chip-close-width;
59762
+ @if $ddl-multiselect-skin-name == 'bootstrap4' {
59763
+ margin: 3px 10px 10px 0;
59764
+ }
59751
59765
  }
59752
59766
 
59753
59767
  .e-bigger.e-small .e-multi-select-wrapper {
@@ -60970,6 +60984,10 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
60970
60984
  left: $ddl-chip-close-hooker-small-left;
60971
60985
  }
60972
60986
 
60987
+ .e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
60988
+ left: $ddl-chip-close-hooker-small-bigger-left;
60989
+ }
60990
+
60973
60991
  .e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
60974
60992
  @if $ddl-multiselect-skin-name == 'FluentUI' {
60975
60993
  left: $ddl-small-down-icon-left;
@@ -76850,7 +76868,7 @@ $grid-dropitems-count-margin-left: -8px !default;
76850
76868
 
76851
76869
  #{&}.e-grid-min-height {
76852
76870
  .e-rowcell {
76853
- line-height: 0;
76871
+ line-height: normal;
76854
76872
  padding-bottom: 0;
76855
76873
  padding-top: 0;
76856
76874
  }
@@ -76933,7 +76951,7 @@ $grid-dropitems-count-margin-left: -8px !default;
76933
76951
  .e-rowcell,
76934
76952
  .e-rowcell:first-child,
76935
76953
  .e-rowcell:last-child {
76936
- line-height: 0;
76954
+ line-height: normal;
76937
76955
  padding-bottom: 0;
76938
76956
  padding-top: 0;
76939
76957
  }
@@ -103736,7 +103754,6 @@ $pivotpager-single-size-title-padding: 8px !default;
103736
103754
 
103737
103755
  .e-valuescontent {
103738
103756
  padding-right: 8px;
103739
- text-align: right;
103740
103757
  }
103741
103758
 
103742
103759
  .e-grid .e-rowcell {
@@ -105038,10 +105055,6 @@ $pivotpager-single-size-title-padding: 8px !default;
105038
105055
  margin-right: 7px;
105039
105056
  }
105040
105057
 
105041
- .e-valuescontent {
105042
- text-align: left;
105043
- }
105044
-
105045
105058
  .e-group-values,
105046
105059
  .e-group-columns,
105047
105060
  .e-group-filters,
@@ -4357,7 +4357,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4357
4357
 
4358
4358
  #{&}.e-grid-min-height {
4359
4359
  .e-rowcell {
4360
- line-height: 0;
4360
+ line-height: normal;
4361
4361
  padding-bottom: 0;
4362
4362
  padding-top: 0;
4363
4363
  }
@@ -4440,7 +4440,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4440
4440
  .e-rowcell,
4441
4441
  .e-rowcell:first-child,
4442
4442
  .e-rowcell:last-child {
4443
- line-height: 0;
4443
+ line-height: normal;
4444
4444
  padding-bottom: 0;
4445
4445
  padding-top: 0;
4446
4446
  }
@@ -4359,7 +4359,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4359
4359
 
4360
4360
  #{&}.e-grid-min-height {
4361
4361
  .e-rowcell {
4362
- line-height: 0;
4362
+ line-height: normal;
4363
4363
  padding-bottom: 0;
4364
4364
  padding-top: 0;
4365
4365
  }
@@ -4442,7 +4442,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4442
4442
  .e-rowcell,
4443
4443
  .e-rowcell:first-child,
4444
4444
  .e-rowcell:last-child {
4445
- line-height: 0;
4445
+ line-height: normal;
4446
4446
  padding-bottom: 0;
4447
4447
  padding-top: 0;
4448
4448
  }
@@ -4363,7 +4363,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4363
4363
 
4364
4364
  #{&}.e-grid-min-height {
4365
4365
  .e-rowcell {
4366
- line-height: 0;
4366
+ line-height: normal;
4367
4367
  padding-bottom: 0;
4368
4368
  padding-top: 0;
4369
4369
  }
@@ -4446,7 +4446,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4446
4446
  .e-rowcell,
4447
4447
  .e-rowcell:first-child,
4448
4448
  .e-rowcell:last-child {
4449
- line-height: 0;
4449
+ line-height: normal;
4450
4450
  padding-bottom: 0;
4451
4451
  padding-top: 0;
4452
4452
  }
@@ -4357,7 +4357,7 @@ $grid-dropitems-count-margin-left: -4px !default;
4357
4357
 
4358
4358
  #{&}.e-grid-min-height {
4359
4359
  .e-rowcell {
4360
- line-height: 0;
4360
+ line-height: normal;
4361
4361
  padding-bottom: 0;
4362
4362
  padding-top: 0;
4363
4363
  }
@@ -4440,7 +4440,7 @@ $grid-dropitems-count-margin-left: -4px !default;
4440
4440
  .e-rowcell,
4441
4441
  .e-rowcell:first-child,
4442
4442
  .e-rowcell:last-child {
4443
- line-height: 0;
4443
+ line-height: normal;
4444
4444
  padding-bottom: 0;
4445
4445
  padding-top: 0;
4446
4446
  }
@@ -4357,7 +4357,7 @@ $grid-dropitems-count-margin-left: -4px !default;
4357
4357
 
4358
4358
  #{&}.e-grid-min-height {
4359
4359
  .e-rowcell {
4360
- line-height: 0;
4360
+ line-height: normal;
4361
4361
  padding-bottom: 0;
4362
4362
  padding-top: 0;
4363
4363
  }
@@ -4440,7 +4440,7 @@ $grid-dropitems-count-margin-left: -4px !default;
4440
4440
  .e-rowcell,
4441
4441
  .e-rowcell:first-child,
4442
4442
  .e-rowcell:last-child {
4443
- line-height: 0;
4443
+ line-height: normal;
4444
4444
  padding-bottom: 0;
4445
4445
  padding-top: 0;
4446
4446
  }
@@ -4354,7 +4354,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4354
4354
 
4355
4355
  #{&}.e-grid-min-height {
4356
4356
  .e-rowcell {
4357
- line-height: 0;
4357
+ line-height: normal;
4358
4358
  padding-bottom: 0;
4359
4359
  padding-top: 0;
4360
4360
  }
@@ -4437,7 +4437,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4437
4437
  .e-rowcell,
4438
4438
  .e-rowcell:first-child,
4439
4439
  .e-rowcell:last-child {
4440
- line-height: 0;
4440
+ line-height: normal;
4441
4441
  padding-bottom: 0;
4442
4442
  padding-top: 0;
4443
4443
  }
@@ -4354,7 +4354,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4354
4354
 
4355
4355
  #{&}.e-grid-min-height {
4356
4356
  .e-rowcell {
4357
- line-height: 0;
4357
+ line-height: normal;
4358
4358
  padding-bottom: 0;
4359
4359
  padding-top: 0;
4360
4360
  }
@@ -4437,7 +4437,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4437
4437
  .e-rowcell,
4438
4438
  .e-rowcell:first-child,
4439
4439
  .e-rowcell:last-child {
4440
- line-height: 0;
4440
+ line-height: normal;
4441
4441
  padding-bottom: 0;
4442
4442
  padding-top: 0;
4443
4443
  }
@@ -4349,7 +4349,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4349
4349
 
4350
4350
  #{&}.e-grid-min-height {
4351
4351
  .e-rowcell {
4352
- line-height: 0;
4352
+ line-height: normal;
4353
4353
  padding-bottom: 0;
4354
4354
  padding-top: 0;
4355
4355
  }
@@ -4432,7 +4432,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4432
4432
  .e-rowcell,
4433
4433
  .e-rowcell:first-child,
4434
4434
  .e-rowcell:last-child {
4435
- line-height: 0;
4435
+ line-height: normal;
4436
4436
  padding-bottom: 0;
4437
4437
  padding-top: 0;
4438
4438
  }
@@ -4349,7 +4349,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4349
4349
 
4350
4350
  #{&}.e-grid-min-height {
4351
4351
  .e-rowcell {
4352
- line-height: 0;
4352
+ line-height: normal;
4353
4353
  padding-bottom: 0;
4354
4354
  padding-top: 0;
4355
4355
  }
@@ -4432,7 +4432,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4432
4432
  .e-rowcell,
4433
4433
  .e-rowcell:first-child,
4434
4434
  .e-rowcell:last-child {
4435
- line-height: 0;
4435
+ line-height: normal;
4436
4436
  padding-bottom: 0;
4437
4437
  padding-top: 0;
4438
4438
  }
@@ -4354,7 +4354,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4354
4354
 
4355
4355
  #{&}.e-grid-min-height {
4356
4356
  .e-rowcell {
4357
- line-height: 0;
4357
+ line-height: normal;
4358
4358
  padding-bottom: 0;
4359
4359
  padding-top: 0;
4360
4360
  }
@@ -4437,7 +4437,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4437
4437
  .e-rowcell,
4438
4438
  .e-rowcell:first-child,
4439
4439
  .e-rowcell:last-child {
4440
- line-height: 0;
4440
+ line-height: normal;
4441
4441
  padding-bottom: 0;
4442
4442
  padding-top: 0;
4443
4443
  }
@@ -4355,7 +4355,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4355
4355
 
4356
4356
  #{&}.e-grid-min-height {
4357
4357
  .e-rowcell {
4358
- line-height: 0;
4358
+ line-height: normal;
4359
4359
  padding-bottom: 0;
4360
4360
  padding-top: 0;
4361
4361
  }
@@ -4438,7 +4438,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4438
4438
  .e-rowcell,
4439
4439
  .e-rowcell:first-child,
4440
4440
  .e-rowcell:last-child {
4441
- line-height: 0;
4441
+ line-height: normal;
4442
4442
  padding-bottom: 0;
4443
4443
  padding-top: 0;
4444
4444
  }
@@ -4353,7 +4353,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4353
4353
 
4354
4354
  #{&}.e-grid-min-height {
4355
4355
  .e-rowcell {
4356
- line-height: 0;
4356
+ line-height: normal;
4357
4357
  padding-bottom: 0;
4358
4358
  padding-top: 0;
4359
4359
  }
@@ -4436,7 +4436,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4436
4436
  .e-rowcell,
4437
4437
  .e-rowcell:first-child,
4438
4438
  .e-rowcell:last-child {
4439
- line-height: 0;
4439
+ line-height: normal;
4440
4440
  padding-bottom: 0;
4441
4441
  padding-top: 0;
4442
4442
  }
@@ -4364,7 +4364,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4364
4364
 
4365
4365
  #{&}.e-grid-min-height {
4366
4366
  .e-rowcell {
4367
- line-height: 0;
4367
+ line-height: normal;
4368
4368
  padding-bottom: 0;
4369
4369
  padding-top: 0;
4370
4370
  }
@@ -4447,7 +4447,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4447
4447
  .e-rowcell,
4448
4448
  .e-rowcell:first-child,
4449
4449
  .e-rowcell:last-child {
4450
- line-height: 0;
4450
+ line-height: normal;
4451
4451
  padding-bottom: 0;
4452
4452
  padding-top: 0;
4453
4453
  }
@@ -4364,7 +4364,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4364
4364
 
4365
4365
  #{&}.e-grid-min-height {
4366
4366
  .e-rowcell {
4367
- line-height: 0;
4367
+ line-height: normal;
4368
4368
  padding-bottom: 0;
4369
4369
  padding-top: 0;
4370
4370
  }
@@ -4447,7 +4447,7 @@ $grid-dropitems-count-margin-left: -8px !default;
4447
4447
  .e-rowcell,
4448
4448
  .e-rowcell:first-child,
4449
4449
  .e-rowcell:last-child {
4450
- line-height: 0;
4450
+ line-height: normal;
4451
4451
  padding-bottom: 0;
4452
4452
  padding-top: 0;
4453
4453
  }