@syncfusion/blazor-themes 22.2.9 → 22.2.11

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 (66) hide show
  1. package/SCSS-Themes/base/material.scss +1 -1
  2. package/SCSS-Themes/bootstrap-dark.scss +13 -1
  3. package/SCSS-Themes/bootstrap.scss +13 -1
  4. package/SCSS-Themes/bootstrap4.scss +13 -1
  5. package/SCSS-Themes/bootstrap5-dark.scss +13 -1
  6. package/SCSS-Themes/bootstrap5.scss +13 -1
  7. package/SCSS-Themes/buttons/check-box/bootstrap-dark.scss +4 -0
  8. package/SCSS-Themes/buttons/check-box/bootstrap.scss +4 -0
  9. package/SCSS-Themes/buttons/check-box/bootstrap4.scss +4 -0
  10. package/SCSS-Themes/buttons/check-box/bootstrap5-dark.scss +4 -0
  11. package/SCSS-Themes/buttons/check-box/bootstrap5.scss +4 -0
  12. package/SCSS-Themes/buttons/check-box/fabric-dark.scss +4 -0
  13. package/SCSS-Themes/buttons/check-box/fabric.scss +4 -0
  14. package/SCSS-Themes/buttons/check-box/fluent-dark.scss +4 -0
  15. package/SCSS-Themes/buttons/check-box/fluent.scss +4 -0
  16. package/SCSS-Themes/buttons/check-box/highcontrast.scss +4 -0
  17. package/SCSS-Themes/buttons/check-box/material-dark.scss +4 -0
  18. package/SCSS-Themes/buttons/check-box/material.scss +4 -0
  19. package/SCSS-Themes/buttons/check-box/material3-dark.scss +4 -0
  20. package/SCSS-Themes/buttons/check-box/material3.scss +4 -0
  21. package/SCSS-Themes/buttons/check-box/tailwind-dark.scss +4 -0
  22. package/SCSS-Themes/buttons/check-box/tailwind.scss +4 -0
  23. package/SCSS-Themes/fabric-dark.scss +13 -1
  24. package/SCSS-Themes/fabric.scss +13 -1
  25. package/SCSS-Themes/fluent-dark.scss +13 -1
  26. package/SCSS-Themes/fluent.scss +13 -1
  27. package/SCSS-Themes/grids/excel-filter/bootstrap-dark.scss +4 -0
  28. package/SCSS-Themes/grids/excel-filter/bootstrap.scss +4 -0
  29. package/SCSS-Themes/grids/excel-filter/bootstrap4.scss +4 -0
  30. package/SCSS-Themes/grids/excel-filter/bootstrap5-dark.scss +4 -0
  31. package/SCSS-Themes/grids/excel-filter/bootstrap5.scss +4 -0
  32. package/SCSS-Themes/grids/excel-filter/fabric-dark.scss +4 -0
  33. package/SCSS-Themes/grids/excel-filter/fabric.scss +4 -0
  34. package/SCSS-Themes/grids/excel-filter/fluent-dark.scss +4 -0
  35. package/SCSS-Themes/grids/excel-filter/fluent.scss +4 -0
  36. package/SCSS-Themes/grids/excel-filter/highcontrast.scss +4 -0
  37. package/SCSS-Themes/grids/excel-filter/material-dark.scss +4 -0
  38. package/SCSS-Themes/grids/excel-filter/material.scss +4 -0
  39. package/SCSS-Themes/grids/excel-filter/material3-dark.scss +4 -0
  40. package/SCSS-Themes/grids/excel-filter/material3.scss +4 -0
  41. package/SCSS-Themes/grids/excel-filter/tailwind-dark.scss +4 -0
  42. package/SCSS-Themes/grids/excel-filter/tailwind.scss +4 -0
  43. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +5 -1
  44. package/SCSS-Themes/grids/grid/bootstrap.scss +5 -1
  45. package/SCSS-Themes/grids/grid/bootstrap4.scss +5 -1
  46. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +5 -1
  47. package/SCSS-Themes/grids/grid/bootstrap5.scss +5 -1
  48. package/SCSS-Themes/grids/grid/fabric-dark.scss +5 -1
  49. package/SCSS-Themes/grids/grid/fabric.scss +5 -1
  50. package/SCSS-Themes/grids/grid/fluent-dark.scss +5 -1
  51. package/SCSS-Themes/grids/grid/fluent.scss +5 -1
  52. package/SCSS-Themes/grids/grid/highcontrast.scss +5 -1
  53. package/SCSS-Themes/grids/grid/material-dark.scss +5 -1
  54. package/SCSS-Themes/grids/grid/material.scss +5 -1
  55. package/SCSS-Themes/grids/grid/material3-dark.scss +5 -1
  56. package/SCSS-Themes/grids/grid/material3.scss +5 -1
  57. package/SCSS-Themes/grids/grid/tailwind-dark.scss +5 -1
  58. package/SCSS-Themes/grids/grid/tailwind.scss +5 -1
  59. package/SCSS-Themes/highcontrast.scss +13 -1
  60. package/SCSS-Themes/material-dark.scss +13 -1
  61. package/SCSS-Themes/material.scss +14 -2
  62. package/SCSS-Themes/material3-dark.scss +13 -1
  63. package/SCSS-Themes/material3.scss +13 -1
  64. package/SCSS-Themes/tailwind-dark.scss +13 -1
  65. package/SCSS-Themes/tailwind.scss +13 -1
  66. package/package.json +1 -1
@@ -28874,6 +28874,8 @@ $cbox-icon-color: $icon-color !default;
28874
28874
  }
28875
28875
 
28876
28876
  &.e-stop {
28877
+ background-color: $cbox-focussed-checkmark-bgcolor;
28878
+ border-color: $cbox-focussed-checkmark-border-color;
28877
28879
  box-shadow: $cbox-focussed-box-shadow;
28878
28880
  color: $cbox-indeterminate-hover-color;
28879
28881
  }
@@ -28896,6 +28898,8 @@ $cbox-icon-color: $icon-color !default;
28896
28898
  }
28897
28899
 
28898
28900
  &.e-stop {
28901
+ background-color: $cbox-focussed-checkmark-bgcolor;
28902
+ border-color: $cbox-focussed-checkmark-border-color;
28899
28903
  box-shadow: $cbox-focussed-box-shadow;
28900
28904
  color: $cbox-indeterminate-hover-color;
28901
28905
  }
@@ -74507,6 +74511,10 @@ $grid-xlfl-skin: 'fluent' !default;
74507
74511
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
74508
74512
  }
74509
74513
 
74514
+ &.e-rtl .e-xlfl-optr {
74515
+ padding-right: 0;
74516
+ }
74517
+
74510
74518
  .e-xlfl-dlgfields {
74511
74519
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
74512
74520
  }
@@ -80397,7 +80405,7 @@ $grid-dropitems-count-margin-left: -8px !default;
80397
80405
  background-color: $grid-table-background-color;
80398
80406
  }
80399
80407
 
80400
- .e-focused:not(.e-menu-item) {
80408
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
80401
80409
  box-shadow: $grid-cell-focus-shadow;
80402
80410
  }
80403
80411
 
@@ -80983,6 +80991,10 @@ $grid-dropitems-count-margin-left: -8px !default;
80983
80991
  padding-top: 6px;
80984
80992
  padding-bottom: 6px;
80985
80993
  }
80994
+
80995
+ &.e-focused {
80996
+ box-shadow: none;
80997
+ }
80986
80998
  }
80987
80999
 
80988
81000
  .e-cloneproperties.e-draganddrop table,
@@ -28875,6 +28875,8 @@ $cbox-icon-color: $icon-color !default;
28875
28875
  }
28876
28876
 
28877
28877
  &.e-stop {
28878
+ background-color: $cbox-focussed-checkmark-bgcolor;
28879
+ border-color: $cbox-focussed-checkmark-border-color;
28878
28880
  box-shadow: $cbox-focussed-box-shadow;
28879
28881
  color: $cbox-indeterminate-hover-color;
28880
28882
  }
@@ -28897,6 +28899,8 @@ $cbox-icon-color: $icon-color !default;
28897
28899
  }
28898
28900
 
28899
28901
  &.e-stop {
28902
+ background-color: $cbox-focussed-checkmark-bgcolor;
28903
+ border-color: $cbox-focussed-checkmark-border-color;
28900
28904
  box-shadow: $cbox-focussed-box-shadow;
28901
28905
  color: $cbox-indeterminate-hover-color;
28902
28906
  }
@@ -74508,6 +74512,10 @@ $grid-xlfl-skin: 'fluent' !default;
74508
74512
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
74509
74513
  }
74510
74514
 
74515
+ &.e-rtl .e-xlfl-optr {
74516
+ padding-right: 0;
74517
+ }
74518
+
74511
74519
  .e-xlfl-dlgfields {
74512
74520
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
74513
74521
  }
@@ -80398,7 +80406,7 @@ $grid-dropitems-count-margin-left: -8px !default;
80398
80406
  background-color: $grid-table-background-color;
80399
80407
  }
80400
80408
 
80401
- .e-focused:not(.e-menu-item) {
80409
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
80402
80410
  box-shadow: $grid-cell-focus-shadow;
80403
80411
  }
80404
80412
 
@@ -80984,6 +80992,10 @@ $grid-dropitems-count-margin-left: -8px !default;
80984
80992
  padding-top: 6px;
80985
80993
  padding-bottom: 6px;
80986
80994
  }
80995
+
80996
+ &.e-focused {
80997
+ box-shadow: none;
80998
+ }
80987
80999
  }
80988
81000
 
80989
81001
  .e-cloneproperties.e-draganddrop table,
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
312
312
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
313
313
  }
314
314
 
315
+ &.e-rtl .e-xlfl-optr {
316
+ padding-right: 0;
317
+ }
318
+
315
319
  .e-xlfl-dlgfields {
316
320
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
317
321
  }
@@ -317,6 +317,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
317
317
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
318
318
  }
319
319
 
320
+ &.e-rtl .e-xlfl-optr {
321
+ padding-right: 0;
322
+ }
323
+
320
324
  .e-xlfl-dlgfields {
321
325
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
322
326
  }
@@ -322,6 +322,10 @@ $grid-xlfl-skin: 'bootstrap4' !default;
322
322
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
323
323
  }
324
324
 
325
+ &.e-rtl .e-xlfl-optr {
326
+ padding-right: 0;
327
+ }
328
+
325
329
  .e-xlfl-dlgfields {
326
330
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
327
331
  }
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
323
323
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
324
324
  }
325
325
 
326
+ &.e-rtl .e-xlfl-optr {
327
+ padding-right: 0;
328
+ }
329
+
326
330
  .e-xlfl-dlgfields {
327
331
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
328
332
  }
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
323
323
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
324
324
  }
325
325
 
326
+ &.e-rtl .e-xlfl-optr {
327
+ padding-right: 0;
328
+ }
329
+
326
330
  .e-xlfl-dlgfields {
327
331
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
328
332
  }
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'fabric' !default;
312
312
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
313
313
  }
314
314
 
315
+ &.e-rtl .e-xlfl-optr {
316
+ padding-right: 0;
317
+ }
318
+
315
319
  .e-xlfl-dlgfields {
316
320
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
317
321
  }
@@ -317,6 +317,10 @@ $grid-xlfl-skin: 'fabric' !default;
317
317
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
318
318
  }
319
319
 
320
+ &.e-rtl .e-xlfl-optr {
321
+ padding-right: 0;
322
+ }
323
+
320
324
  .e-xlfl-dlgfields {
321
325
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
322
326
  }
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'fluent' !default;
323
323
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
324
324
  }
325
325
 
326
+ &.e-rtl .e-xlfl-optr {
327
+ padding-right: 0;
328
+ }
329
+
326
330
  .e-xlfl-dlgfields {
327
331
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
328
332
  }
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'fluent' !default;
323
323
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
324
324
  }
325
325
 
326
+ &.e-rtl .e-xlfl-optr {
327
+ padding-right: 0;
328
+ }
329
+
326
330
  .e-xlfl-dlgfields {
327
331
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
328
332
  }
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'highcontrast' !default;
312
312
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
313
313
  }
314
314
 
315
+ &.e-rtl .e-xlfl-optr {
316
+ padding-right: 0;
317
+ }
318
+
315
319
  .e-xlfl-dlgfields {
316
320
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
317
321
  }
@@ -314,6 +314,10 @@ $grid-xlfl-skin: 'material' !default;
314
314
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
315
315
  }
316
316
 
317
+ &.e-rtl .e-xlfl-optr {
318
+ padding-right: 0;
319
+ }
320
+
317
321
  .e-xlfl-dlgfields {
318
322
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
319
323
  }
@@ -315,6 +315,10 @@ $grid-xlfl-skin: 'material' !default;
315
315
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
316
316
  }
317
317
 
318
+ &.e-rtl .e-xlfl-optr {
319
+ padding-right: 0;
320
+ }
321
+
318
322
  .e-xlfl-dlgfields {
319
323
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
320
324
  }
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'material3' !default;
323
323
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
324
324
  }
325
325
 
326
+ &.e-rtl .e-xlfl-optr {
327
+ padding-right: 0;
328
+ }
329
+
326
330
  .e-xlfl-dlgfields {
327
331
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
328
332
  }
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'material3' !default;
323
323
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
324
324
  }
325
325
 
326
+ &.e-rtl .e-xlfl-optr {
327
+ padding-right: 0;
328
+ }
329
+
326
330
  .e-xlfl-dlgfields {
327
331
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
328
332
  }
@@ -322,6 +322,10 @@ $grid-xlfl-skin: 'tailwind' !default;
322
322
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
323
323
  }
324
324
 
325
+ &.e-rtl .e-xlfl-optr {
326
+ padding-right: 0;
327
+ }
328
+
325
329
  .e-xlfl-dlgfields {
326
330
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
327
331
  }
@@ -322,6 +322,10 @@ $grid-xlfl-skin: 'tailwind' !default;
322
322
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
323
323
  }
324
324
 
325
+ &.e-rtl .e-xlfl-optr {
326
+ padding-right: 0;
327
+ }
328
+
325
329
  .e-xlfl-dlgfields {
326
330
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
327
331
  }
@@ -5544,7 +5544,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5544
5544
  background-color: $grid-table-background-color;
5545
5545
  }
5546
5546
 
5547
- .e-focused:not(.e-menu-item) {
5547
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5548
5548
  box-shadow: $grid-cell-focus-shadow;
5549
5549
  }
5550
5550
 
@@ -6130,6 +6130,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6130
6130
  padding-top: 6px;
6131
6131
  padding-bottom: 6px;
6132
6132
  }
6133
+
6134
+ &.e-focused {
6135
+ box-shadow: none;
6136
+ }
6133
6137
  }
6134
6138
 
6135
6139
  .e-cloneproperties.e-draganddrop table,
@@ -5546,7 +5546,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5546
5546
  background-color: $grid-table-background-color;
5547
5547
  }
5548
5548
 
5549
- .e-focused:not(.e-menu-item) {
5549
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5550
5550
  box-shadow: $grid-cell-focus-shadow;
5551
5551
  }
5552
5552
 
@@ -6132,6 +6132,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6132
6132
  padding-top: 6px;
6133
6133
  padding-bottom: 6px;
6134
6134
  }
6135
+
6136
+ &.e-focused {
6137
+ box-shadow: none;
6138
+ }
6135
6139
  }
6136
6140
 
6137
6141
  .e-cloneproperties.e-draganddrop table,
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5551
5551
  background-color: $grid-table-background-color;
5552
5552
  }
5553
5553
 
5554
- .e-focused:not(.e-menu-item) {
5554
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5555
5555
  box-shadow: $grid-cell-focus-shadow;
5556
5556
  }
5557
5557
 
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6137
6137
  padding-top: 6px;
6138
6138
  padding-bottom: 6px;
6139
6139
  }
6140
+
6141
+ &.e-focused {
6142
+ box-shadow: none;
6143
+ }
6140
6144
  }
6141
6145
 
6142
6146
  .e-cloneproperties.e-draganddrop table,
@@ -5544,7 +5544,7 @@ $grid-dropitems-count-margin-left: -4px !default;
5544
5544
  background-color: $grid-table-background-color;
5545
5545
  }
5546
5546
 
5547
- .e-focused:not(.e-menu-item) {
5547
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5548
5548
  box-shadow: $grid-cell-focus-shadow;
5549
5549
  }
5550
5550
 
@@ -6130,6 +6130,10 @@ $grid-dropitems-count-margin-left: -4px !default;
6130
6130
  padding-top: 6px;
6131
6131
  padding-bottom: 6px;
6132
6132
  }
6133
+
6134
+ &.e-focused {
6135
+ box-shadow: none;
6136
+ }
6133
6137
  }
6134
6138
 
6135
6139
  .e-cloneproperties.e-draganddrop table,
@@ -5544,7 +5544,7 @@ $grid-dropitems-count-margin-left: -4px !default;
5544
5544
  background-color: $grid-table-background-color;
5545
5545
  }
5546
5546
 
5547
- .e-focused:not(.e-menu-item) {
5547
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5548
5548
  box-shadow: $grid-cell-focus-shadow;
5549
5549
  }
5550
5550
 
@@ -6130,6 +6130,10 @@ $grid-dropitems-count-margin-left: -4px !default;
6130
6130
  padding-top: 6px;
6131
6131
  padding-bottom: 6px;
6132
6132
  }
6133
+
6134
+ &.e-focused {
6135
+ box-shadow: none;
6136
+ }
6133
6137
  }
6134
6138
 
6135
6139
  .e-cloneproperties.e-draganddrop table,
@@ -5541,7 +5541,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5541
5541
  background-color: $grid-table-background-color;
5542
5542
  }
5543
5543
 
5544
- .e-focused:not(.e-menu-item) {
5544
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5545
5545
  box-shadow: $grid-cell-focus-shadow;
5546
5546
  }
5547
5547
 
@@ -6127,6 +6127,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6127
6127
  padding-top: 6px;
6128
6128
  padding-bottom: 6px;
6129
6129
  }
6130
+
6131
+ &.e-focused {
6132
+ box-shadow: none;
6133
+ }
6130
6134
  }
6131
6135
 
6132
6136
  .e-cloneproperties.e-draganddrop table,
@@ -5541,7 +5541,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5541
5541
  background-color: $grid-table-background-color;
5542
5542
  }
5543
5543
 
5544
- .e-focused:not(.e-menu-item) {
5544
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5545
5545
  box-shadow: $grid-cell-focus-shadow;
5546
5546
  }
5547
5547
 
@@ -6127,6 +6127,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6127
6127
  padding-top: 6px;
6128
6128
  padding-bottom: 6px;
6129
6129
  }
6130
+
6131
+ &.e-focused {
6132
+ box-shadow: none;
6133
+ }
6130
6134
  }
6131
6135
 
6132
6136
  .e-cloneproperties.e-draganddrop table,
@@ -5536,7 +5536,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5536
5536
  background-color: $grid-table-background-color;
5537
5537
  }
5538
5538
 
5539
- .e-focused:not(.e-menu-item) {
5539
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5540
5540
  box-shadow: $grid-cell-focus-shadow;
5541
5541
  }
5542
5542
 
@@ -6122,6 +6122,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6122
6122
  padding-top: 6px;
6123
6123
  padding-bottom: 6px;
6124
6124
  }
6125
+
6126
+ &.e-focused {
6127
+ box-shadow: none;
6128
+ }
6125
6129
  }
6126
6130
 
6127
6131
  .e-cloneproperties.e-draganddrop table,
@@ -5536,7 +5536,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5536
5536
  background-color: $grid-table-background-color;
5537
5537
  }
5538
5538
 
5539
- .e-focused:not(.e-menu-item) {
5539
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5540
5540
  box-shadow: $grid-cell-focus-shadow;
5541
5541
  }
5542
5542
 
@@ -6122,6 +6122,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6122
6122
  padding-top: 6px;
6123
6123
  padding-bottom: 6px;
6124
6124
  }
6125
+
6126
+ &.e-focused {
6127
+ box-shadow: none;
6128
+ }
6125
6129
  }
6126
6130
 
6127
6131
  .e-cloneproperties.e-draganddrop table,
@@ -5541,7 +5541,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5541
5541
  background-color: $grid-table-background-color;
5542
5542
  }
5543
5543
 
5544
- .e-focused:not(.e-menu-item) {
5544
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5545
5545
  box-shadow: $grid-cell-focus-shadow;
5546
5546
  }
5547
5547
 
@@ -6127,6 +6127,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6127
6127
  padding-top: 6px;
6128
6128
  padding-bottom: 6px;
6129
6129
  }
6130
+
6131
+ &.e-focused {
6132
+ box-shadow: none;
6133
+ }
6130
6134
  }
6131
6135
 
6132
6136
  .e-cloneproperties.e-draganddrop table,
@@ -5542,7 +5542,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5542
5542
  background-color: $grid-table-background-color;
5543
5543
  }
5544
5544
 
5545
- .e-focused:not(.e-menu-item) {
5545
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5546
5546
  box-shadow: $grid-cell-focus-shadow;
5547
5547
  }
5548
5548
 
@@ -6128,6 +6128,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6128
6128
  padding-top: 6px;
6129
6129
  padding-bottom: 6px;
6130
6130
  }
6131
+
6132
+ &.e-focused {
6133
+ box-shadow: none;
6134
+ }
6131
6135
  }
6132
6136
 
6133
6137
  .e-cloneproperties.e-draganddrop table,
@@ -5540,7 +5540,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5540
5540
  background-color: $grid-table-background-color;
5541
5541
  }
5542
5542
 
5543
- .e-focused:not(.e-menu-item) {
5543
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5544
5544
  box-shadow: $grid-cell-focus-shadow;
5545
5545
  }
5546
5546
 
@@ -6126,6 +6126,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6126
6126
  padding-top: 6px;
6127
6127
  padding-bottom: 6px;
6128
6128
  }
6129
+
6130
+ &.e-focused {
6131
+ box-shadow: none;
6132
+ }
6129
6133
  }
6130
6134
 
6131
6135
  .e-cloneproperties.e-draganddrop table,
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -9px !default;
5551
5551
  background-color: $grid-table-background-color;
5552
5552
  }
5553
5553
 
5554
- .e-focused:not(.e-menu-item) {
5554
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5555
5555
  box-shadow: $grid-cell-focus-shadow;
5556
5556
  }
5557
5557
 
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -9px !default;
6137
6137
  padding-top: 6px;
6138
6138
  padding-bottom: 6px;
6139
6139
  }
6140
+
6141
+ &.e-focused {
6142
+ box-shadow: none;
6143
+ }
6140
6144
  }
6141
6145
 
6142
6146
  .e-cloneproperties.e-draganddrop table,
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -9px !default;
5551
5551
  background-color: $grid-table-background-color;
5552
5552
  }
5553
5553
 
5554
- .e-focused:not(.e-menu-item) {
5554
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5555
5555
  box-shadow: $grid-cell-focus-shadow;
5556
5556
  }
5557
5557
 
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -9px !default;
6137
6137
  padding-top: 6px;
6138
6138
  padding-bottom: 6px;
6139
6139
  }
6140
+
6141
+ &.e-focused {
6142
+ box-shadow: none;
6143
+ }
6140
6144
  }
6141
6145
 
6142
6146
  .e-cloneproperties.e-draganddrop table,
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5551
5551
  background-color: $grid-table-background-color;
5552
5552
  }
5553
5553
 
5554
- .e-focused:not(.e-menu-item) {
5554
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5555
5555
  box-shadow: $grid-cell-focus-shadow;
5556
5556
  }
5557
5557
 
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6137
6137
  padding-top: 6px;
6138
6138
  padding-bottom: 6px;
6139
6139
  }
6140
+
6141
+ &.e-focused {
6142
+ box-shadow: none;
6143
+ }
6140
6144
  }
6141
6145
 
6142
6146
  .e-cloneproperties.e-draganddrop table,
@@ -5551,7 +5551,7 @@ $grid-dropitems-count-margin-left: -8px !default;
5551
5551
  background-color: $grid-table-background-color;
5552
5552
  }
5553
5553
 
5554
- .e-focused:not(.e-menu-item) {
5554
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
5555
5555
  box-shadow: $grid-cell-focus-shadow;
5556
5556
  }
5557
5557
 
@@ -6137,6 +6137,10 @@ $grid-dropitems-count-margin-left: -8px !default;
6137
6137
  padding-top: 6px;
6138
6138
  padding-bottom: 6px;
6139
6139
  }
6140
+
6141
+ &.e-focused {
6142
+ box-shadow: none;
6143
+ }
6140
6144
  }
6141
6145
 
6142
6146
  .e-cloneproperties.e-draganddrop table,
@@ -28506,6 +28506,8 @@ $cbox-checked-ripple-bgcolo: rgba(0, 0, 0, .3) !default;
28506
28506
  }
28507
28507
 
28508
28508
  &.e-stop {
28509
+ background-color: $cbox-focussed-checkmark-bgcolor;
28510
+ border-color: $cbox-focussed-checkmark-border-color;
28509
28511
  box-shadow: $cbox-focussed-box-shadow;
28510
28512
  color: $cbox-indeterminate-hover-color;
28511
28513
  }
@@ -28528,6 +28530,8 @@ $cbox-checked-ripple-bgcolo: rgba(0, 0, 0, .3) !default;
28528
28530
  }
28529
28531
 
28530
28532
  &.e-stop {
28533
+ background-color: $cbox-focussed-checkmark-bgcolor;
28534
+ border-color: $cbox-focussed-checkmark-border-color;
28531
28535
  box-shadow: $cbox-focussed-box-shadow;
28532
28536
  color: $cbox-indeterminate-hover-color;
28533
28537
  }
@@ -73925,6 +73929,10 @@ $grid-xlfl-skin: 'highcontrast' !default;
73925
73929
  padding-right: $grid-bigger-xlfl-dropdown-padding-right;
73926
73930
  }
73927
73931
 
73932
+ &.e-rtl .e-xlfl-optr {
73933
+ padding-right: 0;
73934
+ }
73935
+
73928
73936
  .e-xlfl-dlgfields {
73929
73937
  font-size: $grid-bigger-xlfl-dlgfields-font-size;
73930
73938
  }
@@ -79816,7 +79824,7 @@ $grid-dropitems-count-margin-left: -8px !default;
79816
79824
  background-color: $grid-table-background-color;
79817
79825
  }
79818
79826
 
79819
- .e-focused:not(.e-menu-item) {
79827
+ .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
79820
79828
  box-shadow: $grid-cell-focus-shadow;
79821
79829
  }
79822
79830
 
@@ -80402,6 +80410,10 @@ $grid-dropitems-count-margin-left: -8px !default;
80402
80410
  padding-top: 6px;
80403
80411
  padding-bottom: 6px;
80404
80412
  }
80413
+
80414
+ &.e-focused {
80415
+ box-shadow: none;
80416
+ }
80405
80417
  }
80406
80418
 
80407
80419
  .e-cloneproperties.e-draganddrop table,