@syncfusion/blazor-themes 23.2.6 → 23.2.7

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 (65) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +61 -9
  2. package/SCSS-Themes/bootstrap.scss +61 -9
  3. package/SCSS-Themes/bootstrap4.scss +61 -9
  4. package/SCSS-Themes/bootstrap5-dark.scss +61 -9
  5. package/SCSS-Themes/bootstrap5.scss +61 -9
  6. package/SCSS-Themes/fabric-dark.scss +61 -9
  7. package/SCSS-Themes/fabric.scss +61 -9
  8. package/SCSS-Themes/fluent-dark.scss +61 -9
  9. package/SCSS-Themes/fluent.scss +61 -9
  10. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +21 -0
  11. package/SCSS-Themes/grids/grid/bootstrap.scss +21 -0
  12. package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -0
  13. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +21 -0
  14. package/SCSS-Themes/grids/grid/bootstrap5.scss +21 -0
  15. package/SCSS-Themes/grids/grid/fabric-dark.scss +21 -0
  16. package/SCSS-Themes/grids/grid/fabric.scss +21 -0
  17. package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -0
  18. package/SCSS-Themes/grids/grid/fluent.scss +21 -0
  19. package/SCSS-Themes/grids/grid/highcontrast.scss +21 -0
  20. package/SCSS-Themes/grids/grid/material-dark.scss +21 -0
  21. package/SCSS-Themes/grids/grid/material.scss +21 -0
  22. package/SCSS-Themes/grids/grid/material3-dark.scss +21 -0
  23. package/SCSS-Themes/grids/grid/material3.scss +21 -0
  24. package/SCSS-Themes/grids/grid/tailwind-dark.scss +21 -0
  25. package/SCSS-Themes/grids/grid/tailwind.scss +21 -0
  26. package/SCSS-Themes/highcontrast.scss +61 -9
  27. package/SCSS-Themes/material-dark.scss +62 -9
  28. package/SCSS-Themes/material.scss +62 -9
  29. package/SCSS-Themes/material3-dark.scss +62 -9
  30. package/SCSS-Themes/material3.scss +62 -9
  31. package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +31 -0
  32. package/SCSS-Themes/notifications/toast/bootstrap.scss +31 -0
  33. package/SCSS-Themes/notifications/toast/bootstrap4.scss +31 -0
  34. package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +31 -0
  35. package/SCSS-Themes/notifications/toast/bootstrap5.scss +31 -0
  36. package/SCSS-Themes/notifications/toast/fabric-dark.scss +31 -0
  37. package/SCSS-Themes/notifications/toast/fabric.scss +31 -0
  38. package/SCSS-Themes/notifications/toast/fluent-dark.scss +31 -0
  39. package/SCSS-Themes/notifications/toast/fluent.scss +31 -0
  40. package/SCSS-Themes/notifications/toast/highcontrast.scss +31 -0
  41. package/SCSS-Themes/notifications/toast/material-dark.scss +32 -0
  42. package/SCSS-Themes/notifications/toast/material.scss +32 -0
  43. package/SCSS-Themes/notifications/toast/material3-dark.scss +32 -0
  44. package/SCSS-Themes/notifications/toast/material3.scss +32 -0
  45. package/SCSS-Themes/notifications/toast/tailwind-dark.scss +31 -0
  46. package/SCSS-Themes/notifications/toast/tailwind.scss +31 -0
  47. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +9 -9
  48. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +9 -9
  49. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +9 -9
  50. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +9 -9
  51. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +9 -9
  52. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +9 -9
  53. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +9 -9
  54. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +9 -9
  55. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +9 -9
  56. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +9 -9
  57. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +9 -9
  58. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +9 -9
  59. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +9 -9
  60. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +9 -9
  61. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +9 -9
  62. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +9 -9
  63. package/SCSS-Themes/tailwind-dark.scss +61 -9
  64. package/SCSS-Themes/tailwind.scss +61 -9
  65. package/package.json +1 -1
@@ -371,6 +371,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 4px 0 .35em !default;
371
371
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 4px 0 .3em !default;
372
372
  $grid-ungroup-rtl-padding-right: -11px !default;
373
373
  $grid-headercelldiv-padding: 0 20px 0 5px !default;
374
+ $grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
374
375
  $grid-headercell-div-padding: 0 .4em !default;
375
376
  $grid-group-text-width: auto !default;
376
377
  $grid-grouptopleftcell-border-top: 2px solid !default;
@@ -2781,6 +2782,22 @@ margin: $grid-group-animator-cell-margin;
2781
2782
  padding: $grid-headercelldiv-padding;
2782
2783
  }
2783
2784
 
2785
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2786
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2787
+ .e-headercelldiv,
2788
+ .e-stackedheadercelldiv {
2789
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2790
+ }
2791
+ }
2792
+
2793
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2794
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2795
+ .e-headercelldiv,
2796
+ .e-stackedheadercelldiv {
2797
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2798
+ }
2799
+ }
2800
+
2784
2801
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2785
2802
  @if $grid-skin == 'bootstrap5' {
2786
2803
  padding-left: 8px;
@@ -6930,6 +6947,10 @@ margin: $grid-group-animator-cell-margin;
6930
6947
  }
6931
6948
  }
6932
6949
 
6950
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6951
+ background-color: $grid-hover-bg-color;
6952
+ }
6953
+
6933
6954
  .e-tooltip-wrap.e-griderror,
6934
6955
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6935
6956
  background-color: $grid-val-error-bg-color;
@@ -193,6 +193,7 @@ $grid-headercell-div-padding: 0 !default;
193
193
  $grid-headecell-span-height: 26px !default;
194
194
  $grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
195
195
  $grid-headercelldiv-padding: 0 10px 0 0 !default;
196
+ $grid-headercelldiv-sort-centeralign-padding-right: 0 !default;
196
197
  $grid-headercell-both-border-width: 0 0 0 1px !default;
197
198
  $grid-filterbarcell-first-last-child-padding-left: 10px !default;
198
199
  $grid-stackedheadercell-botttom-padding: 4px !default;
@@ -2786,6 +2787,22 @@ margin: $grid-group-animator-cell-margin;
2786
2787
  padding: $grid-headercelldiv-padding;
2787
2788
  }
2788
2789
 
2790
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2791
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2792
+ .e-headercelldiv,
2793
+ .e-stackedheadercelldiv {
2794
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2795
+ }
2796
+ }
2797
+
2798
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2799
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2800
+ .e-headercelldiv,
2801
+ .e-stackedheadercelldiv {
2802
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2803
+ }
2804
+ }
2805
+
2789
2806
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2790
2807
  @if $grid-skin == 'bootstrap5' {
2791
2808
  padding-left: 8px;
@@ -6935,6 +6952,10 @@ margin: $grid-group-animator-cell-margin;
6935
6952
  }
6936
6953
  }
6937
6954
 
6955
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6956
+ background-color: $grid-hover-bg-color;
6957
+ }
6958
+
6938
6959
  .e-tooltip-wrap.e-griderror,
6939
6960
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6940
6961
  background-color: $grid-val-error-bg-color;
@@ -83,6 +83,7 @@ $grid-rtl-headercelldiv-padding: 0 .6em 0 1.8em !default;
83
83
  $grid-rtl-headercelldiv-chkbox-padding: 0 .6em 0 .55em !default;
84
84
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .6em 0 1.15em !default;
85
85
  $grid-headercelldiv-padding: 0 1.8em 0 .6em !default;
86
+ $grid-headercelldiv-sort-centeralign-padding-right: .6em !default;
86
87
  $grid-headercelldiv-right-align-padding: 0 .6em 0 1.9em !default;
87
88
  $grid-filterbarcell-text-input: 26px !default;
88
89
  $grid-summary-cell-line-height: 18px !default;
@@ -2787,6 +2788,22 @@ margin: $grid-group-animator-cell-margin;
2787
2788
  padding: $grid-headercelldiv-padding;
2788
2789
  }
2789
2790
 
2791
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2792
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2793
+ .e-headercelldiv,
2794
+ .e-stackedheadercelldiv {
2795
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2796
+ }
2797
+ }
2798
+
2799
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2800
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2801
+ .e-headercelldiv,
2802
+ .e-stackedheadercelldiv {
2803
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2804
+ }
2805
+ }
2806
+
2790
2807
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2791
2808
  @if $grid-skin == 'bootstrap5' {
2792
2809
  padding-left: 8px;
@@ -6936,6 +6953,10 @@ margin: $grid-group-animator-cell-margin;
6936
6953
  }
6937
6954
  }
6938
6955
 
6956
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6957
+ background-color: $grid-hover-bg-color;
6958
+ }
6959
+
6939
6960
  .e-tooltip-wrap.e-griderror,
6940
6961
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6941
6962
  background-color: $grid-val-error-bg-color;
@@ -88,6 +88,7 @@ $grid-rtl-headercelldiv-padding: 0 .6em 0 1.8em !default;
88
88
  $grid-rtl-headercelldiv-chkbox-padding: 0 .6em 0 .55em !default;
89
89
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .6em 0 1.15em !default;
90
90
  $grid-headercelldiv-padding: 0 1.8em 0 .6em !default;
91
+ $grid-headercelldiv-sort-centeralign-padding-right: .6em !default;
91
92
  $grid-headercelldiv-right-align-padding: 0 .6em 0 1.9em !default;
92
93
  $grid-filterbarcell-text-input: 26px !default;
93
94
  $grid-summary-cell-line-height: 18px !default;
@@ -2785,6 +2786,22 @@ margin: $grid-group-animator-cell-margin;
2785
2786
  padding: $grid-headercelldiv-padding;
2786
2787
  }
2787
2788
 
2789
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2790
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2791
+ .e-headercelldiv,
2792
+ .e-stackedheadercelldiv {
2793
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2794
+ }
2795
+ }
2796
+
2797
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2798
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2799
+ .e-headercelldiv,
2800
+ .e-stackedheadercelldiv {
2801
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2802
+ }
2803
+ }
2804
+
2788
2805
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2789
2806
  @if $grid-skin == 'bootstrap5' {
2790
2807
  padding-left: 8px;
@@ -6934,6 +6951,10 @@ margin: $grid-group-animator-cell-margin;
6934
6951
  }
6935
6952
  }
6936
6953
 
6954
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6955
+ background-color: $grid-hover-bg-color;
6956
+ }
6957
+
6937
6958
  .e-tooltip-wrap.e-griderror,
6938
6959
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6939
6960
  background-color: $grid-val-error-bg-color;
@@ -353,6 +353,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
353
353
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
354
354
  $grid-ungroup-rtl-padding-right: -7px !default;
355
355
  $grid-headercelldiv-padding: 0 20px 0 8px !default;
356
+ $grid-headercelldiv-sort-centeralign-padding-right: 8px !default;
356
357
  $grid-headercell-div-padding: 0 .4em !default;
357
358
  $grid-group-text-width: auto !default;
358
359
  $grid-grouptopleftcell-border-top: 2px solid !default;
@@ -2796,6 +2797,22 @@ margin: $grid-group-animator-cell-margin;
2796
2797
  padding: $grid-headercelldiv-padding;
2797
2798
  }
2798
2799
 
2800
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2801
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2802
+ .e-headercelldiv,
2803
+ .e-stackedheadercelldiv {
2804
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2805
+ }
2806
+ }
2807
+
2808
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2809
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2810
+ .e-headercelldiv,
2811
+ .e-stackedheadercelldiv {
2812
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2813
+ }
2814
+ }
2815
+
2799
2816
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2800
2817
  @if $grid-skin == 'bootstrap5' {
2801
2818
  padding-left: 8px;
@@ -6945,6 +6962,10 @@ margin: $grid-group-animator-cell-margin;
6945
6962
  }
6946
6963
  }
6947
6964
 
6965
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6966
+ background-color: $grid-hover-bg-color;
6967
+ }
6968
+
6948
6969
  .e-tooltip-wrap.e-griderror,
6949
6970
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6950
6971
  background-color: $grid-val-error-bg-color;
@@ -353,6 +353,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
353
353
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .5em 0 2.8em !default;
354
354
  $grid-ungroup-rtl-padding-right: -7px !default;
355
355
  $grid-headercelldiv-padding: 0 20px 0 8px !default;
356
+ $grid-headercelldiv-sort-centeralign-padding-right: 8px !default;
356
357
  $grid-headercell-div-padding: 0 .4em !default;
357
358
  $grid-group-text-width: auto !default;
358
359
  $grid-grouptopleftcell-border-top: 2px solid !default;
@@ -2796,6 +2797,22 @@ margin: $grid-group-animator-cell-margin;
2796
2797
  padding: $grid-headercelldiv-padding;
2797
2798
  }
2798
2799
 
2800
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2801
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2802
+ .e-headercelldiv,
2803
+ .e-stackedheadercelldiv {
2804
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2805
+ }
2806
+ }
2807
+
2808
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2809
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2810
+ .e-headercelldiv,
2811
+ .e-stackedheadercelldiv {
2812
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2813
+ }
2814
+ }
2815
+
2799
2816
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2800
2817
  @if $grid-skin == 'bootstrap5' {
2801
2818
  padding-left: 8px;
@@ -6945,6 +6962,10 @@ margin: $grid-group-animator-cell-margin;
6945
6962
  }
6946
6963
  }
6947
6964
 
6965
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6966
+ background-color: $grid-hover-bg-color;
6967
+ }
6968
+
6948
6969
  .e-tooltip-wrap.e-griderror,
6949
6970
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6950
6971
  background-color: $grid-val-error-bg-color;
@@ -351,6 +351,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .5em 0 .45em !default;
351
351
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .4em !default;
352
352
  $grid-ungroup-rtl-padding-right: -8px !default;
353
353
  $grid-headercelldiv-padding: 0 20px 0 5px !default;
354
+ $grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
354
355
  $grid-headercell-div-padding: 0 .4em !default;
355
356
  $grid-group-text-width: auto !default;
356
357
  $grid-grouptopleftcell-border-top: 2px solid !default;
@@ -2796,6 +2797,22 @@ margin: $grid-group-animator-cell-margin;
2796
2797
  padding: $grid-headercelldiv-padding;
2797
2798
  }
2798
2799
 
2800
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2801
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2802
+ .e-headercelldiv,
2803
+ .e-stackedheadercelldiv {
2804
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2805
+ }
2806
+ }
2807
+
2808
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2809
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2810
+ .e-headercelldiv,
2811
+ .e-stackedheadercelldiv {
2812
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2813
+ }
2814
+ }
2815
+
2799
2816
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2800
2817
  @if $grid-skin == 'bootstrap5' {
2801
2818
  padding-left: 8px;
@@ -6945,6 +6962,10 @@ margin: $grid-group-animator-cell-margin;
6945
6962
  }
6946
6963
  }
6947
6964
 
6965
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6966
+ background-color: $grid-hover-bg-color;
6967
+ }
6968
+
6948
6969
  .e-tooltip-wrap.e-griderror,
6949
6970
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6950
6971
  background-color: $grid-val-error-bg-color;
@@ -351,6 +351,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .5em 0 .45em !default;
351
351
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .4em !default;
352
352
  $grid-ungroup-rtl-padding-right: -8px !default;
353
353
  $grid-headercelldiv-padding: 0 20px 0 5px !default;
354
+ $grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
354
355
  $grid-headercell-div-padding: 0 .4em !default;
355
356
  $grid-group-text-width: auto !default;
356
357
  $grid-grouptopleftcell-border-top: 2px solid !default;
@@ -2796,6 +2797,22 @@ margin: $grid-group-animator-cell-margin;
2796
2797
  padding: $grid-headercelldiv-padding;
2797
2798
  }
2798
2799
 
2800
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2801
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2802
+ .e-headercelldiv,
2803
+ .e-stackedheadercelldiv {
2804
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
2805
+ }
2806
+ }
2807
+
2808
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
2809
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
2810
+ .e-headercelldiv,
2811
+ .e-stackedheadercelldiv {
2812
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
2813
+ }
2814
+ }
2815
+
2799
2816
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
2800
2817
  @if $grid-skin == 'bootstrap5' {
2801
2818
  padding-left: 8px;
@@ -6945,6 +6962,10 @@ margin: $grid-group-animator-cell-margin;
6945
6962
  }
6946
6963
  }
6947
6964
 
6965
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
6966
+ background-color: $grid-hover-bg-color;
6967
+ }
6968
+
6948
6969
  .e-tooltip-wrap.e-griderror,
6949
6970
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
6950
6971
  background-color: $grid-val-error-bg-color;
@@ -74863,6 +74863,7 @@ $grid-headercell-div-padding: 0 !default;
74863
74863
  $grid-headecell-span-height: 26px !default;
74864
74864
  $grid-headercelldiv-right-align-padding: 0 0 0 10px !default;
74865
74865
  $grid-headercelldiv-padding: 0 10px 0 0 !default;
74866
+ $grid-headercelldiv-sort-centeralign-padding-right: 0 !default;
74866
74867
  $grid-headercell-both-border-width: 0 0 0 1px !default;
74867
74868
  $grid-filterbarcell-first-last-child-padding-left: 10px !default;
74868
74869
  $grid-stackedheadercell-botttom-padding: 4px !default;
@@ -77456,6 +77457,22 @@ margin: $grid-group-animator-cell-margin;
77456
77457
  padding: $grid-headercelldiv-padding;
77457
77458
  }
77458
77459
 
77460
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
77461
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
77462
+ .e-headercelldiv,
77463
+ .e-stackedheadercelldiv {
77464
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
77465
+ }
77466
+ }
77467
+
77468
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
77469
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
77470
+ .e-headercelldiv,
77471
+ .e-stackedheadercelldiv {
77472
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
77473
+ }
77474
+ }
77475
+
77459
77476
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
77460
77477
  @if $grid-skin == 'bootstrap5' {
77461
77478
  padding-left: 8px;
@@ -81605,6 +81622,10 @@ margin: $grid-group-animator-cell-margin;
81605
81622
  }
81606
81623
  }
81607
81624
 
81625
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
81626
+ background-color: $grid-hover-bg-color;
81627
+ }
81628
+
81608
81629
  .e-tooltip-wrap.e-griderror,
81609
81630
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
81610
81631
  background-color: $grid-val-error-bg-color;
@@ -96366,6 +96387,9 @@ $toast-danger-hover-box-shadow: none !default;
96366
96387
 
96367
96388
  $toast-title-font-weight: bold !default;
96368
96389
 
96390
+ $toast-close-icon-hover-bg-color: transparent !default;
96391
+ $toast-close-icon-hover-color: $selection-font !default;
96392
+
96369
96393
  @include export-module('toast-layout') {
96370
96394
 
96371
96395
  /*! toast layout */
@@ -96848,6 +96872,34 @@ $toast-title-font-weight: bold !default;
96848
96872
  box-shadow: none;
96849
96873
  outline: 0;
96850
96874
  }
96875
+
96876
+ &.e-blazor-toast-close-icon:focus,
96877
+ &.e-blazor-toast-close-icon:hover {
96878
+ @if $skin-name == 'Material3' {
96879
+ background: $toast-close-icon-hover-bg-color;
96880
+ }
96881
+ @else {
96882
+ background-color: $toast-close-icon-hover-bg-color;
96883
+ }
96884
+ color: $toast-close-icon-hover-color;
96885
+ }
96886
+ }
96887
+
96888
+ .e-toast-close-icon.e-icons:hover,
96889
+ .e-toast-close-icon.e-icons:focus{
96890
+ @if $skin-name == 'Material3' {
96891
+ background: $toast-close-icon-hover-bg-color;
96892
+ border-radius: $toast-icon-hover-border-radius;
96893
+ height: 32px;
96894
+ margin-top: -6px;
96895
+ }
96896
+ @else {
96897
+ background-color: $toast-close-icon-hover-bg-color;
96898
+ }
96899
+ @if $skin-name == 'material' {
96900
+ border-radius: $toast-icon-hover-border-radius;
96901
+ }
96902
+ color: $toast-close-icon-hover-color;
96851
96903
  }
96852
96904
 
96853
96905
  &.e-toast-success {
@@ -99733,15 +99785,15 @@ $pv-eye-icon-margin-top: 3px !default;
99733
99785
  font-size: 18px;
99734
99786
  }
99735
99787
 
99736
- .e-pv-annotation-color-container .e-btn,
99737
- .e-pv-annotation-opacity-container .e-btn,
99738
- .e-pv-annotation-stroke-container .e-btn,
99739
- .e-pv-custom-annotation-thickness-container .e-btn,
99740
- .e-pv-custom-annotation-opacity-container .e-btn,
99741
- .e-pv-annotation-thickness-container .e-btn,
99742
- .e-pv-annotation-textcolor-container .e-btn,
99743
- .e-pv-annotation-textalign-container .e-btn,
99744
- .e-pv-annotation-textprop-container .e-btn {
99788
+ .e-pv-annotation-color-container.e-icon-btn,
99789
+ .e-pv-annotation-opacity-container.e-icon-btn,
99790
+ .e-pv-annotation-stroke-container.e-icon-btn,
99791
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
99792
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
99793
+ .e-pv-annotation-thickness-container.e-icon-btn,
99794
+ .e-pv-annotation-textcolor-container.e-icon-btn,
99795
+ .e-pv-annotation-textalign-container.e-icon-btn,
99796
+ .e-pv-annotation-textprop-container.e-icon-btn {
99745
99797
  height: $pv-annotation-drop-down-height;
99746
99798
  width: $pv-annotation-drop-down-width;
99747
99799
  }
@@ -76047,6 +76047,7 @@ $grid-rtl-headercelldiv-padding: 0 .6em 0 1.8em !default;
76047
76047
  $grid-rtl-headercelldiv-chkbox-padding: 0 .6em 0 .55em !default;
76048
76048
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .6em 0 1.15em !default;
76049
76049
  $grid-headercelldiv-padding: 0 1.8em 0 .6em !default;
76050
+ $grid-headercelldiv-sort-centeralign-padding-right: .6em !default;
76050
76051
  $grid-headercelldiv-right-align-padding: 0 .6em 0 1.9em !default;
76051
76052
  $grid-filterbarcell-text-input: 26px !default;
76052
76053
  $grid-summary-cell-line-height: 18px !default;
@@ -78751,6 +78752,22 @@ margin: $grid-group-animator-cell-margin;
78751
78752
  padding: $grid-headercelldiv-padding;
78752
78753
  }
78753
78754
 
78755
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
78756
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
78757
+ .e-headercelldiv,
78758
+ .e-stackedheadercelldiv {
78759
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
78760
+ }
78761
+ }
78762
+
78763
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
78764
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
78765
+ .e-headercelldiv,
78766
+ .e-stackedheadercelldiv {
78767
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
78768
+ }
78769
+ }
78770
+
78754
78771
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
78755
78772
  @if $grid-skin == 'bootstrap5' {
78756
78773
  padding-left: 8px;
@@ -82900,6 +82917,10 @@ margin: $grid-group-animator-cell-margin;
82900
82917
  }
82901
82918
  }
82902
82919
 
82920
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
82921
+ background-color: $grid-hover-bg-color;
82922
+ }
82923
+
82903
82924
  .e-tooltip-wrap.e-griderror,
82904
82925
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
82905
82926
  background-color: $grid-val-error-bg-color;
@@ -97679,6 +97700,10 @@ $toast-danger-hover-bg-color: #ff5d48 !default;
97679
97700
  $toast-danger-hover-color: $message-font !default;
97680
97701
  $toast-danger-hover-box-shadow: 0 3px 5px -1px rgba($grey-black, .2), 0 6px 10px 0 rgba($grey-black, .14), 0 1px 18px 0 rgba($grey-black, .12) !default;
97681
97702
 
97703
+ $toast-close-icon-hover-bg-color: rgba($grey-white, .1) !default;
97704
+ $toast-close-icon-hover-color: $grey-dark-font !default;
97705
+ $toast-icon-hover-border-radius: 50% !default;
97706
+
97682
97707
  //enddefault
97683
97708
 
97684
97709
  @include export-module('toast-layout') {
@@ -98163,6 +98188,34 @@ $toast-danger-hover-box-shadow: 0 3px 5px -1px rgba($grey-black, .2), 0 6px 10px
98163
98188
  box-shadow: none;
98164
98189
  outline: 0;
98165
98190
  }
98191
+
98192
+ &.e-blazor-toast-close-icon:focus,
98193
+ &.e-blazor-toast-close-icon:hover {
98194
+ @if $skin-name == 'Material3' {
98195
+ background: $toast-close-icon-hover-bg-color;
98196
+ }
98197
+ @else {
98198
+ background-color: $toast-close-icon-hover-bg-color;
98199
+ }
98200
+ color: $toast-close-icon-hover-color;
98201
+ }
98202
+ }
98203
+
98204
+ .e-toast-close-icon.e-icons:hover,
98205
+ .e-toast-close-icon.e-icons:focus{
98206
+ @if $skin-name == 'Material3' {
98207
+ background: $toast-close-icon-hover-bg-color;
98208
+ border-radius: $toast-icon-hover-border-radius;
98209
+ height: 32px;
98210
+ margin-top: -6px;
98211
+ }
98212
+ @else {
98213
+ background-color: $toast-close-icon-hover-bg-color;
98214
+ }
98215
+ @if $skin-name == 'material' {
98216
+ border-radius: $toast-icon-hover-border-radius;
98217
+ }
98218
+ color: $toast-close-icon-hover-color;
98166
98219
  }
98167
98220
 
98168
98221
  &.e-toast-success {
@@ -101047,15 +101100,15 @@ $pv-eye-icon-margin-top: 3px !default;
101047
101100
  font-size: 18px;
101048
101101
  }
101049
101102
 
101050
- .e-pv-annotation-color-container .e-btn,
101051
- .e-pv-annotation-opacity-container .e-btn,
101052
- .e-pv-annotation-stroke-container .e-btn,
101053
- .e-pv-custom-annotation-thickness-container .e-btn,
101054
- .e-pv-custom-annotation-opacity-container .e-btn,
101055
- .e-pv-annotation-thickness-container .e-btn,
101056
- .e-pv-annotation-textcolor-container .e-btn,
101057
- .e-pv-annotation-textalign-container .e-btn,
101058
- .e-pv-annotation-textprop-container .e-btn {
101103
+ .e-pv-annotation-color-container.e-icon-btn,
101104
+ .e-pv-annotation-opacity-container.e-icon-btn,
101105
+ .e-pv-annotation-stroke-container.e-icon-btn,
101106
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
101107
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
101108
+ .e-pv-annotation-thickness-container.e-icon-btn,
101109
+ .e-pv-annotation-textcolor-container.e-icon-btn,
101110
+ .e-pv-annotation-textalign-container.e-icon-btn,
101111
+ .e-pv-annotation-textprop-container.e-icon-btn {
101059
101112
  height: $pv-annotation-drop-down-height;
101060
101113
  width: $pv-annotation-drop-down-width;
101061
101114
  }
@@ -75775,6 +75775,7 @@ $grid-rtl-headercelldiv-padding: 0 .6em 0 1.8em !default;
75775
75775
  $grid-rtl-headercelldiv-chkbox-padding: 0 .6em 0 .55em !default;
75776
75776
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .6em 0 1.15em !default;
75777
75777
  $grid-headercelldiv-padding: 0 1.8em 0 .6em !default;
75778
+ $grid-headercelldiv-sort-centeralign-padding-right: .6em !default;
75778
75779
  $grid-headercelldiv-right-align-padding: 0 .6em 0 1.9em !default;
75779
75780
  $grid-filterbarcell-text-input: 26px !default;
75780
75781
  $grid-summary-cell-line-height: 18px !default;
@@ -78472,6 +78473,22 @@ margin: $grid-group-animator-cell-margin;
78472
78473
  padding: $grid-headercelldiv-padding;
78473
78474
  }
78474
78475
 
78476
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
78477
+ .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
78478
+ .e-headercelldiv,
78479
+ .e-stackedheadercelldiv {
78480
+ padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
78481
+ }
78482
+ }
78483
+
78484
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
78485
+ &.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
78486
+ .e-headercelldiv,
78487
+ .e-stackedheadercelldiv {
78488
+ padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
78489
+ }
78490
+ }
78491
+
78475
78492
  .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
78476
78493
  @if $grid-skin == 'bootstrap5' {
78477
78494
  padding-left: 8px;
@@ -82621,6 +82638,10 @@ margin: $grid-group-animator-cell-margin;
82621
82638
  }
82622
82639
  }
82623
82640
 
82641
+ .e-spreadsheet .e-ftrchk.e-chkfocus {
82642
+ background-color: $grid-hover-bg-color;
82643
+ }
82644
+
82624
82645
  .e-tooltip-wrap.e-griderror,
82625
82646
  .e-control.e-tooltip-wrap.e-popup.e-griderror {
82626
82647
  background-color: $grid-val-error-bg-color;
@@ -97394,6 +97415,10 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($grey-black, .26) !default;
97394
97415
 
97395
97416
  $toast-title-font-weight: bold !default;
97396
97417
 
97418
+ $toast-close-icon-hover-bg-color: $grey-300 !default;
97419
+ $toast-close-icon-hover-color: $grey-light-font !default;
97420
+ $toast-icon-hover-border-radius: 50% !default;
97421
+
97397
97422
  @include export-module('toast-layout') {
97398
97423
 
97399
97424
  /*! toast layout */
@@ -97876,6 +97901,34 @@ $toast-title-font-weight: bold !default;
97876
97901
  box-shadow: none;
97877
97902
  outline: 0;
97878
97903
  }
97904
+
97905
+ &.e-blazor-toast-close-icon:focus,
97906
+ &.e-blazor-toast-close-icon:hover {
97907
+ @if $skin-name == 'Material3' {
97908
+ background: $toast-close-icon-hover-bg-color;
97909
+ }
97910
+ @else {
97911
+ background-color: $toast-close-icon-hover-bg-color;
97912
+ }
97913
+ color: $toast-close-icon-hover-color;
97914
+ }
97915
+ }
97916
+
97917
+ .e-toast-close-icon.e-icons:hover,
97918
+ .e-toast-close-icon.e-icons:focus{
97919
+ @if $skin-name == 'Material3' {
97920
+ background: $toast-close-icon-hover-bg-color;
97921
+ border-radius: $toast-icon-hover-border-radius;
97922
+ height: 32px;
97923
+ margin-top: -6px;
97924
+ }
97925
+ @else {
97926
+ background-color: $toast-close-icon-hover-bg-color;
97927
+ }
97928
+ @if $skin-name == 'material' {
97929
+ border-radius: $toast-icon-hover-border-radius;
97930
+ }
97931
+ color: $toast-close-icon-hover-color;
97879
97932
  }
97880
97933
 
97881
97934
  &.e-toast-success {
@@ -100758,15 +100811,15 @@ $pv-eye-icon-margin-top: 3px !default;
100758
100811
  font-size: 18px;
100759
100812
  }
100760
100813
 
100761
- .e-pv-annotation-color-container .e-btn,
100762
- .e-pv-annotation-opacity-container .e-btn,
100763
- .e-pv-annotation-stroke-container .e-btn,
100764
- .e-pv-custom-annotation-thickness-container .e-btn,
100765
- .e-pv-custom-annotation-opacity-container .e-btn,
100766
- .e-pv-annotation-thickness-container .e-btn,
100767
- .e-pv-annotation-textcolor-container .e-btn,
100768
- .e-pv-annotation-textalign-container .e-btn,
100769
- .e-pv-annotation-textprop-container .e-btn {
100814
+ .e-pv-annotation-color-container.e-icon-btn,
100815
+ .e-pv-annotation-opacity-container.e-icon-btn,
100816
+ .e-pv-annotation-stroke-container.e-icon-btn,
100817
+ .e-pv-custom-annotation-thickness-container.e-icon-btn,
100818
+ .e-pv-custom-annotation-opacity-container.e-icon-btn,
100819
+ .e-pv-annotation-thickness-container.e-icon-btn,
100820
+ .e-pv-annotation-textcolor-container.e-icon-btn,
100821
+ .e-pv-annotation-textalign-container.e-icon-btn,
100822
+ .e-pv-annotation-textprop-container.e-icon-btn {
100770
100823
  height: $pv-annotation-drop-down-height;
100771
100824
  width: $pv-annotation-drop-down-width;
100772
100825
  }