@syncfusion/blazor-themes 22.2.11 → 22.2.12

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 (50) hide show
  1. package/SCSS-Themes/base/material-dark.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +94 -10
  3. package/SCSS-Themes/bootstrap.scss +94 -10
  4. package/SCSS-Themes/bootstrap4.scss +94 -10
  5. package/SCSS-Themes/bootstrap5-dark.scss +94 -10
  6. package/SCSS-Themes/bootstrap5.scss +94 -10
  7. package/SCSS-Themes/fabric-dark.scss +94 -10
  8. package/SCSS-Themes/fabric.scss +94 -10
  9. package/SCSS-Themes/fluent-dark.scss +94 -10
  10. package/SCSS-Themes/fluent.scss +94 -10
  11. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +5 -0
  12. package/SCSS-Themes/grids/grid/bootstrap.scss +5 -0
  13. package/SCSS-Themes/grids/grid/bootstrap4.scss +5 -0
  14. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +5 -0
  15. package/SCSS-Themes/grids/grid/bootstrap5.scss +5 -0
  16. package/SCSS-Themes/grids/grid/fabric-dark.scss +5 -0
  17. package/SCSS-Themes/grids/grid/fabric.scss +5 -0
  18. package/SCSS-Themes/grids/grid/fluent-dark.scss +5 -0
  19. package/SCSS-Themes/grids/grid/fluent.scss +5 -0
  20. package/SCSS-Themes/grids/grid/highcontrast.scss +5 -0
  21. package/SCSS-Themes/grids/grid/material-dark.scss +5 -0
  22. package/SCSS-Themes/grids/grid/material.scss +5 -0
  23. package/SCSS-Themes/grids/grid/material3-dark.scss +5 -0
  24. package/SCSS-Themes/grids/grid/material3.scss +5 -0
  25. package/SCSS-Themes/grids/grid/tailwind-dark.scss +5 -0
  26. package/SCSS-Themes/grids/grid/tailwind.scss +5 -0
  27. package/SCSS-Themes/highcontrast.scss +94 -10
  28. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +89 -10
  29. package/SCSS-Themes/inputs/input/bootstrap.scss +89 -10
  30. package/SCSS-Themes/inputs/input/bootstrap4.scss +89 -10
  31. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +89 -10
  32. package/SCSS-Themes/inputs/input/bootstrap5.scss +89 -10
  33. package/SCSS-Themes/inputs/input/fabric-dark.scss +89 -10
  34. package/SCSS-Themes/inputs/input/fabric.scss +89 -10
  35. package/SCSS-Themes/inputs/input/fluent-dark.scss +89 -10
  36. package/SCSS-Themes/inputs/input/fluent.scss +89 -10
  37. package/SCSS-Themes/inputs/input/highcontrast.scss +89 -10
  38. package/SCSS-Themes/inputs/input/material-dark.scss +91 -12
  39. package/SCSS-Themes/inputs/input/material.scss +91 -12
  40. package/SCSS-Themes/inputs/input/material3-dark.scss +91 -12
  41. package/SCSS-Themes/inputs/input/material3.scss +91 -12
  42. package/SCSS-Themes/inputs/input/tailwind-dark.scss +89 -10
  43. package/SCSS-Themes/inputs/input/tailwind.scss +89 -10
  44. package/SCSS-Themes/material-dark.scss +97 -13
  45. package/SCSS-Themes/material.scss +96 -12
  46. package/SCSS-Themes/material3-dark.scss +96 -12
  47. package/SCSS-Themes/material3.scss +96 -12
  48. package/SCSS-Themes/tailwind-dark.scss +94 -10
  49. package/SCSS-Themes/tailwind.scss +94 -10
  50. package/package.json +1 -1
@@ -5230,6 +5230,34 @@ $float-label-rtl-value: -7px !default;
5230
5230
  user-select: text;
5231
5231
  }
5232
5232
 
5233
+ .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5234
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5235
+ left: -34px;
5236
+ width: auto;
5237
+ }
5238
+ }
5239
+
5240
+ .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5241
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5242
+ right: -34px;
5243
+ width: auto;
5244
+ }
5245
+ }
5246
+
5247
+ .e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5248
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5249
+ left: -40px;
5250
+ width: auto;
5251
+ }
5252
+ }
5253
+
5254
+ .e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5255
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5256
+ right: -40px;
5257
+ width: auto;
5258
+ }
5259
+ }
5260
+
5233
5261
  label.e-float-text,
5234
5262
  .e-float-input label.e-float-text,
5235
5263
  .e-float-input.e-control-wrapper label.e-float-text,
@@ -8822,6 +8850,16 @@ $float-label-rtl-value: -7px !default;
8822
8850
  }
8823
8851
  }
8824
8852
 
8853
+ .e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8854
+ .e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8855
+ .e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8856
+ .e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8857
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
8858
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8859
+ border-top-color: transparent;
8860
+ }
8861
+ }
8862
+
8825
8863
  .e-outline.e-input-group,
8826
8864
  .e-outline .e-input-group,
8827
8865
  .e-outline .e-input-group.e-control-wrapper,
@@ -8966,20 +9004,12 @@ $float-label-rtl-value: -7px !default;
8966
9004
  .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
8967
9005
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
8968
9006
  .e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
8969
- .e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8970
- .e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8971
- .e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8972
- .e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8973
9007
  .e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8974
9008
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8975
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
8976
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
8977
9009
  .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8978
9010
  .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8979
9011
  .e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8980
- .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8981
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
8982
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9012
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
8983
9013
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
8984
9014
  border-color: $input-active-border-color;
8985
9015
  box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
@@ -8997,12 +9027,32 @@ $float-label-rtl-value: -7px !default;
8997
9027
  }
8998
9028
  }
8999
9029
 
9030
+ .e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
9031
+ .e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
9032
+ .e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
9033
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
9034
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9035
+ margin-right: $zero-value;
9036
+ }
9037
+ }
9038
+
9000
9039
  .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
9001
9040
  .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
9002
9041
  .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9003
9042
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9004
9043
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9005
- margin: 9px $outline-input-icon-margin-right 9px $zero-value;
9044
+ margin-left: 4px;
9045
+ margin-right: $zero-value;
9046
+ }
9047
+ }
9048
+
9049
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9050
+ .e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
9051
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9052
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9054
+ margin-right: 4px;
9055
+ margin-left: $zero-value;
9006
9056
  }
9007
9057
  }
9008
9058
 
@@ -9474,6 +9524,24 @@ $float-label-rtl-value: -7px !default;
9474
9524
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9475
9525
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9476
9526
  .e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9527
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9528
+ margin-left: $outline-bigger-input-icon-margin-right;
9529
+ margin-right: $zero-value;
9530
+ }
9531
+ }
9532
+
9533
+ .e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9534
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9535
+ .e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9536
+ .e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9537
+ .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9538
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9539
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9540
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9541
+ .e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9542
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9543
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9544
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9477
9545
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9478
9546
  margin-left: $zero-value;
9479
9547
  margin-right: $outline-bigger-input-icon-margin-right;
@@ -10030,6 +10098,17 @@ $float-label-rtl-value: -7px !default;
10030
10098
  }
10031
10099
  }
10032
10100
 
10101
+ .e-outline.e-float-icon-left label.e-float-text::before,
10102
+ .e-outline.e-float-icon-left label.e-float-text::after,
10103
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
10104
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
10105
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
10106
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
10107
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10108
+ transition: none;
10109
+ }
10110
+ }
10111
+
10033
10112
  .e-bigger.e-outline label.e-float-text::before,
10034
10113
  .e-bigger.e-outline label.e-float-text::after,
10035
10114
  .e-bigger.e-outline.e-float-input label.e-float-text::before,
@@ -74394,6 +74473,7 @@ $grid-device-ungroupbutton-icon-margin-top: 0 !default;
74394
74473
  $grid-bigger-grouparea-font-size: 21px !default;
74395
74474
  $grid-bigger-rtl-group-headercell-margin: 8px 10px 0 0 !default;
74396
74475
  $grid-bigger-rtl-group-headercell-padding: 0 10px !default;
74476
+ $grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
74397
74477
  $grid-bigger-rtl-ungroup-icon-margin-right: 8px !default;
74398
74478
  $group-bigger-sorticon-margin-right: round($group-sorticon-margin-right*1.25) !default;
74399
74479
  $grid-bigger-gdownarrow-icon-font-size: 14px !default;
@@ -75436,6 +75516,10 @@ $grid-dropitems-count-margin-left: -8px !default;
75436
75516
  padding: $grid-bigger-rtl-group-headercell-padding;
75437
75517
  }
75438
75518
 
75519
+ &.e-rtl.e-device .e-groupheadercell {
75520
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
75521
+ }
75522
+
75439
75523
  &.e-rtl span.e-ungroupbutton.e-icons {
75440
75524
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
75441
75525
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -5424,6 +5424,34 @@ $float-label-rtl-value: -10px !default;
5424
5424
  user-select: text;
5425
5425
  }
5426
5426
 
5427
+ .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5428
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5429
+ left: -34px;
5430
+ width: auto;
5431
+ }
5432
+ }
5433
+
5434
+ .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5435
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5436
+ right: -34px;
5437
+ width: auto;
5438
+ }
5439
+ }
5440
+
5441
+ .e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5442
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5443
+ left: -40px;
5444
+ width: auto;
5445
+ }
5446
+ }
5447
+
5448
+ .e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5449
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5450
+ right: -40px;
5451
+ width: auto;
5452
+ }
5453
+ }
5454
+
5427
5455
  label.e-float-text,
5428
5456
  .e-float-input label.e-float-text,
5429
5457
  .e-float-input.e-control-wrapper label.e-float-text,
@@ -9016,6 +9044,16 @@ $float-label-rtl-value: -10px !default;
9016
9044
  }
9017
9045
  }
9018
9046
 
9047
+ .e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9048
+ .e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9049
+ .e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9050
+ .e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9051
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
9052
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9053
+ border-top-color: transparent;
9054
+ }
9055
+ }
9056
+
9019
9057
  .e-outline.e-input-group,
9020
9058
  .e-outline .e-input-group,
9021
9059
  .e-outline .e-input-group.e-control-wrapper,
@@ -9160,20 +9198,12 @@ $float-label-rtl-value: -10px !default;
9160
9198
  .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9161
9199
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9162
9200
  .e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9163
- .e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9164
- .e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9165
- .e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9166
- .e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9167
9201
  .e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9168
9202
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9169
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9170
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9171
9203
  .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9172
9204
  .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9173
9205
  .e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9174
- .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9175
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9176
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9206
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9177
9207
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9178
9208
  border-color: $input-active-border-color;
9179
9209
  box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
@@ -9191,12 +9221,32 @@ $float-label-rtl-value: -10px !default;
9191
9221
  }
9192
9222
  }
9193
9223
 
9224
+ .e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
9225
+ .e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
9226
+ .e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
9227
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
9228
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9229
+ margin-right: $zero-value;
9230
+ }
9231
+ }
9232
+
9194
9233
  .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
9195
9234
  .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
9196
9235
  .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9197
9236
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9198
9237
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9199
- margin: 9px $outline-input-icon-margin-right 9px $zero-value;
9238
+ margin-left: 4px;
9239
+ margin-right: $zero-value;
9240
+ }
9241
+ }
9242
+
9243
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9244
+ .e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
9245
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9246
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9247
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9248
+ margin-right: 4px;
9249
+ margin-left: $zero-value;
9200
9250
  }
9201
9251
  }
9202
9252
 
@@ -9668,6 +9718,24 @@ $float-label-rtl-value: -10px !default;
9668
9718
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9669
9719
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9670
9720
  .e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9721
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9722
+ margin-left: $outline-bigger-input-icon-margin-right;
9723
+ margin-right: $zero-value;
9724
+ }
9725
+ }
9726
+
9727
+ .e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9728
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9729
+ .e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9730
+ .e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9731
+ .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9732
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9733
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9734
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9735
+ .e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9736
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9737
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9738
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9671
9739
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9672
9740
  margin-left: $zero-value;
9673
9741
  margin-right: $outline-bigger-input-icon-margin-right;
@@ -10224,6 +10292,17 @@ $float-label-rtl-value: -10px !default;
10224
10292
  }
10225
10293
  }
10226
10294
 
10295
+ .e-outline.e-float-icon-left label.e-float-text::before,
10296
+ .e-outline.e-float-icon-left label.e-float-text::after,
10297
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
10298
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
10299
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
10300
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
10301
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10302
+ transition: none;
10303
+ }
10304
+ }
10305
+
10227
10306
  .e-bigger.e-outline label.e-float-text::before,
10228
10307
  .e-bigger.e-outline label.e-float-text::after,
10229
10308
  .e-bigger.e-outline.e-float-input label.e-float-text::before,
@@ -75063,6 +75142,7 @@ $grid-bigger-group-text-line-height: .2em !default;
75063
75142
  $grid-bigger-groupcaption-line-height: 16px !default;
75064
75143
  $grid-bigger-rtl-group-headercell-margin: 6px 8px 6px 0 !default;
75065
75144
  $grid-bigger-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
75145
+ $grid-bigger-device-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
75066
75146
  $grid-bigger-rtl-ungroup-icon-margin-right: -6px !default;
75067
75147
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
75068
75148
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -76262,6 +76342,10 @@ $grid-dropitems-count-margin-left: -8px !default;
76262
76342
  padding: $grid-bigger-rtl-group-headercell-padding;
76263
76343
  }
76264
76344
 
76345
+ &.e-rtl.e-device .e-groupheadercell {
76346
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
76347
+ }
76348
+
76265
76349
  &.e-rtl span.e-ungroupbutton.e-icons {
76266
76350
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
76267
76351
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -5425,6 +5425,34 @@ $float-label-rtl-value: -10px !default;
5425
5425
  user-select: text;
5426
5426
  }
5427
5427
 
5428
+ .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5429
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5430
+ left: -34px;
5431
+ width: auto;
5432
+ }
5433
+ }
5434
+
5435
+ .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5436
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5437
+ right: -34px;
5438
+ width: auto;
5439
+ }
5440
+ }
5441
+
5442
+ .e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5443
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5444
+ left: -40px;
5445
+ width: auto;
5446
+ }
5447
+ }
5448
+
5449
+ .e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
5450
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
5451
+ right: -40px;
5452
+ width: auto;
5453
+ }
5454
+ }
5455
+
5428
5456
  label.e-float-text,
5429
5457
  .e-float-input label.e-float-text,
5430
5458
  .e-float-input.e-control-wrapper label.e-float-text,
@@ -9017,6 +9045,16 @@ $float-label-rtl-value: -10px !default;
9017
9045
  }
9018
9046
  }
9019
9047
 
9048
+ .e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9049
+ .e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9050
+ .e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9051
+ .e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9052
+ .e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
9053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9054
+ border-top-color: transparent;
9055
+ }
9056
+ }
9057
+
9020
9058
  .e-outline.e-input-group,
9021
9059
  .e-outline .e-input-group,
9022
9060
  .e-outline .e-input-group.e-control-wrapper,
@@ -9161,20 +9199,12 @@ $float-label-rtl-value: -10px !default;
9161
9199
  .e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9162
9200
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9163
9201
  .e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
9164
- .e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9165
- .e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9166
- .e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9167
- .e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9168
9202
  .e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9169
9203
  .e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9170
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9171
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
9172
9204
  .e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9173
9205
  .e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9174
9206
  .e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9175
- .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9176
- .e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
9177
- .e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9207
+ .e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
9178
9208
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9179
9209
  border-color: $input-active-border-color;
9180
9210
  box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
@@ -9192,12 +9222,32 @@ $float-label-rtl-value: -10px !default;
9192
9222
  }
9193
9223
  }
9194
9224
 
9225
+ .e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
9226
+ .e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
9227
+ .e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
9228
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
9229
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9230
+ margin-right: $zero-value;
9231
+ }
9232
+ }
9233
+
9195
9234
  .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
9196
9235
  .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
9197
9236
  .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9198
9237
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9199
9238
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9200
- margin: 9px $outline-input-icon-margin-right 9px $zero-value;
9239
+ margin-left: 4px;
9240
+ margin-right: $zero-value;
9241
+ }
9242
+ }
9243
+
9244
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9245
+ .e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
9246
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9247
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9248
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9249
+ margin-right: 4px;
9250
+ margin-left: $zero-value;
9201
9251
  }
9202
9252
  }
9203
9253
 
@@ -9669,6 +9719,24 @@ $float-label-rtl-value: -10px !default;
9669
9719
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9670
9720
  .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9671
9721
  .e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9722
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9723
+ margin-left: $outline-bigger-input-icon-margin-right;
9724
+ margin-right: $zero-value;
9725
+ }
9726
+ }
9727
+
9728
+ .e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9729
+ .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9730
+ .e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9731
+ .e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
9732
+ .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
9733
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
9734
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9735
+ .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9736
+ .e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
9737
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
9738
+ .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
9739
+ .e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
9672
9740
  @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
9673
9741
  margin-left: $zero-value;
9674
9742
  margin-right: $outline-bigger-input-icon-margin-right;
@@ -10225,6 +10293,17 @@ $float-label-rtl-value: -10px !default;
10225
10293
  }
10226
10294
  }
10227
10295
 
10296
+ .e-outline.e-float-icon-left label.e-float-text::before,
10297
+ .e-outline.e-float-icon-left label.e-float-text::after,
10298
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
10299
+ .e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
10300
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
10301
+ .e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
10302
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
10303
+ transition: none;
10304
+ }
10305
+ }
10306
+
10228
10307
  .e-bigger.e-outline label.e-float-text::before,
10229
10308
  .e-bigger.e-outline label.e-float-text::after,
10230
10309
  .e-bigger.e-outline.e-float-input label.e-float-text::before,
@@ -75064,6 +75143,7 @@ $grid-bigger-group-text-line-height: .2em !default;
75064
75143
  $grid-bigger-groupcaption-line-height: 16px !default;
75065
75144
  $grid-bigger-rtl-group-headercell-margin: 6px 8px 6px 0 !default;
75066
75145
  $grid-bigger-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
75146
+ $grid-bigger-device-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
75067
75147
  $grid-bigger-rtl-ungroup-icon-margin-right: -6px !default;
75068
75148
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
75069
75149
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -76263,6 +76343,10 @@ $grid-dropitems-count-margin-left: -8px !default;
76263
76343
  padding: $grid-bigger-rtl-group-headercell-padding;
76264
76344
  }
76265
76345
 
76346
+ &.e-rtl.e-device .e-groupheadercell {
76347
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
76348
+ }
76349
+
76266
76350
  &.e-rtl span.e-ungroupbutton.e-icons {
76267
76351
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
76268
76352
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -138,6 +138,7 @@ $grid-bigger-group-text-line-height: 32px !default;
138
138
  $grid-bigger-groupcaption-line-height: 32px !default;
139
139
  $grid-bigger-rtl-group-headercell-margin: 3px 8px 0 0 !default;
140
140
  $grid-bigger-rtl-group-headercell-padding: 9px 0 4px 0 !default;
141
+ $grid-bigger-device-rtl-group-headercell-padding: 9px 0 4px 0 !default;
141
142
  $grid-bigger-rtl-ungroup-icon-margin-right: -8px !default;
142
143
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
143
144
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -1401,6 +1402,10 @@ $grid-dropitems-count-margin-left: -8px !default;
1401
1402
  padding: $grid-bigger-rtl-group-headercell-padding;
1402
1403
  }
1403
1404
 
1405
+ &.e-rtl.e-device .e-groupheadercell {
1406
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
1407
+ }
1408
+
1404
1409
  &.e-rtl span.e-ungroupbutton.e-icons {
1405
1410
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
1406
1411
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -145,6 +145,7 @@ $grid-bigger-group-text-line-height: 32px !default;
145
145
  $grid-bigger-groupcaption-line-height: 32px !default;
146
146
  $grid-bigger-rtl-group-headercell-margin: 3px 8px 0 0 !default;
147
147
  $grid-bigger-rtl-group-headercell-padding: 9px 0 4px 0 !default;
148
+ $grid-bigger-device-rtl-group-headercell-padding: 9px 0 4px 0 !default;
148
149
  $grid-bigger-rtl-ungroup-icon-margin-right: -8px !default;
149
150
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
150
151
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -1403,6 +1404,10 @@ $grid-dropitems-count-margin-left: -8px !default;
1403
1404
  padding: $grid-bigger-rtl-group-headercell-padding;
1404
1405
  }
1405
1406
 
1407
+ &.e-rtl.e-device .e-groupheadercell {
1408
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
1409
+ }
1410
+
1406
1411
  &.e-rtl span.e-ungroupbutton.e-icons {
1407
1412
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
1408
1413
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -143,6 +143,7 @@ $grid-bigger-group-text-line-height: 3px !default;
143
143
  $grid-bigger-groupcaption-line-height: 32px !default;
144
144
  $grid-bigger-rtl-group-headercell-margin: 14px 9px 0 0 !default;
145
145
  $grid-bigger-rtl-group-headercell-padding: 6px 6px 4px 9px !default;
146
+ $grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
146
147
  $grid-bigger-rtl-ungroup-icon-margin-right: -15px !default;
147
148
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
148
149
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -1408,6 +1409,10 @@ $grid-dropitems-count-margin-left: -8px !default;
1408
1409
  padding: $grid-bigger-rtl-group-headercell-padding;
1409
1410
  }
1410
1411
 
1412
+ &.e-rtl.e-device .e-groupheadercell {
1413
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
1414
+ }
1415
+
1411
1416
  &.e-rtl span.e-ungroupbutton.e-icons {
1412
1417
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
1413
1418
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -138,6 +138,7 @@ $grid-bigger-group-text-line-height: 24px !default;
138
138
  $grid-bigger-groupcaption-line-height: 20px !default;
139
139
  $grid-bigger-rtl-group-headercell-margin: 8px 8px 0 0 !default;
140
140
  $grid-bigger-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
141
+ $grid-bigger-device-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
141
142
  $grid-bigger-rtl-ungroup-icon-margin-right: -10px !default;
142
143
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
143
144
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -1401,6 +1402,10 @@ $grid-dropitems-count-margin-left: -4px !default;
1401
1402
  padding: $grid-bigger-rtl-group-headercell-padding;
1402
1403
  }
1403
1404
 
1405
+ &.e-rtl.e-device .e-groupheadercell {
1406
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
1407
+ }
1408
+
1404
1409
  &.e-rtl span.e-ungroupbutton.e-icons {
1405
1410
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
1406
1411
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -138,6 +138,7 @@ $grid-bigger-group-text-line-height: 24px !default;
138
138
  $grid-bigger-groupcaption-line-height: 20px !default;
139
139
  $grid-bigger-rtl-group-headercell-margin: 8px 8px 0 0 !default;
140
140
  $grid-bigger-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
141
+ $grid-bigger-device-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
141
142
  $grid-bigger-rtl-ungroup-icon-margin-right: -10px !default;
142
143
  $grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
143
144
  $grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
@@ -1401,6 +1402,10 @@ $grid-dropitems-count-margin-left: -4px !default;
1401
1402
  padding: $grid-bigger-rtl-group-headercell-padding;
1402
1403
  }
1403
1404
 
1405
+ &.e-rtl.e-device .e-groupheadercell {
1406
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
1407
+ }
1408
+
1404
1409
  &.e-rtl span.e-ungroupbutton.e-icons {
1405
1410
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
1406
1411
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -353,6 +353,7 @@ $grid-device-ungroupbutton-icon-margin-top: 1px !default;
353
353
  $grid-bigger-grouparea-font-size: 21px !default;
354
354
  $grid-bigger-rtl-group-headercell-margin: 8px 10px 0 0 !default;
355
355
  $grid-bigger-rtl-group-headercell-padding: 0 10px !default;
356
+ $grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
356
357
  $grid-bigger-rtl-ungroup-icon-margin-right: 8px !default;
357
358
  $group-bigger-sorticon-margin-right: round($group-sorticon-margin-right*1.25) !default;
358
359
  $grid-bigger-gdownarrow-icon-font-size: 14px !default;
@@ -1398,6 +1399,10 @@ $grid-dropitems-count-margin-left: -8px !default;
1398
1399
  padding: $grid-bigger-rtl-group-headercell-padding;
1399
1400
  }
1400
1401
 
1402
+ &.e-rtl.e-device .e-groupheadercell {
1403
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
1404
+ }
1405
+
1401
1406
  &.e-rtl span.e-ungroupbutton.e-icons {
1402
1407
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
1403
1408
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
@@ -356,6 +356,7 @@ $grid-device-ungroupbutton-icon-margin-top: 0 !default;
356
356
  $grid-bigger-grouparea-font-size: 21px !default;
357
357
  $grid-bigger-rtl-group-headercell-margin: 8px 10px 0 0 !default;
358
358
  $grid-bigger-rtl-group-headercell-padding: 0 10px !default;
359
+ $grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
359
360
  $grid-bigger-rtl-ungroup-icon-margin-right: 8px !default;
360
361
  $group-bigger-sorticon-margin-right: round($group-sorticon-margin-right*1.25) !default;
361
362
  $grid-bigger-gdownarrow-icon-font-size: 14px !default;
@@ -1398,6 +1399,10 @@ $grid-dropitems-count-margin-left: -8px !default;
1398
1399
  padding: $grid-bigger-rtl-group-headercell-padding;
1399
1400
  }
1400
1401
 
1402
+ &.e-rtl.e-device .e-groupheadercell {
1403
+ padding: $grid-bigger-device-rtl-group-headercell-padding;
1404
+ }
1405
+
1401
1406
  &.e-rtl span.e-ungroupbutton.e-icons {
1402
1407
  margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
1403
1408
  margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;