@syncfusion/blazor-themes 26.1.41 → 26.1.42

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 (141) hide show
  1. package/SCSS-Themes/bds-dark.scss +150 -52
  2. package/SCSS-Themes/bds.scss +150 -52
  3. package/SCSS-Themes/bootstrap-dark.scss +150 -52
  4. package/SCSS-Themes/bootstrap.scss +157 -59
  5. package/SCSS-Themes/bootstrap4.scss +157 -59
  6. package/SCSS-Themes/bootstrap5-dark.scss +161 -63
  7. package/SCSS-Themes/bootstrap5.scss +161 -63
  8. package/SCSS-Themes/documenteditor/document-editor-container/bds-dark.scss +1 -1
  9. package/SCSS-Themes/documenteditor/document-editor-container/bds.scss +1 -1
  10. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +1 -1
  11. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +1 -1
  12. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +1 -1
  13. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +1 -1
  14. package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +1 -1
  15. package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +1 -1
  16. package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +1 -1
  17. package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +1 -1
  18. package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +1 -1
  19. package/SCSS-Themes/documenteditor/document-editor-container/fluent2-dark.scss +1 -1
  20. package/SCSS-Themes/documenteditor/document-editor-container/fluent2.scss +1 -1
  21. package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +1 -1
  22. package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +1 -1
  23. package/SCSS-Themes/documenteditor/document-editor-container/material.scss +1 -1
  24. package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +1 -1
  25. package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +1 -1
  26. package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +1 -1
  27. package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +1 -1
  28. package/SCSS-Themes/fabric-dark.scss +150 -52
  29. package/SCSS-Themes/fabric.scss +154 -56
  30. package/SCSS-Themes/fluent-dark.scss +158 -60
  31. package/SCSS-Themes/fluent.scss +158 -60
  32. package/SCSS-Themes/fluent2-dark.scss +167 -69
  33. package/SCSS-Themes/fluent2.scss +167 -69
  34. package/SCSS-Themes/grids/grid/bds-dark.scss +23 -7
  35. package/SCSS-Themes/grids/grid/bds.scss +23 -7
  36. package/SCSS-Themes/grids/grid/bootstrap-dark.scss +23 -7
  37. package/SCSS-Themes/grids/grid/bootstrap.scss +30 -14
  38. package/SCSS-Themes/grids/grid/bootstrap4.scss +30 -14
  39. package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +33 -17
  40. package/SCSS-Themes/grids/grid/bootstrap5.scss +33 -17
  41. package/SCSS-Themes/grids/grid/fabric-dark.scss +23 -7
  42. package/SCSS-Themes/grids/grid/fabric.scss +27 -11
  43. package/SCSS-Themes/grids/grid/fluent-dark.scss +30 -14
  44. package/SCSS-Themes/grids/grid/fluent.scss +30 -14
  45. package/SCSS-Themes/grids/grid/fluent2-dark.scss +36 -20
  46. package/SCSS-Themes/grids/grid/fluent2.scss +36 -20
  47. package/SCSS-Themes/grids/grid/highcontrast.scss +30 -14
  48. package/SCSS-Themes/grids/grid/material-dark.scss +23 -7
  49. package/SCSS-Themes/grids/grid/material.scss +24 -8
  50. package/SCSS-Themes/grids/grid/material3-dark.scss +29 -13
  51. package/SCSS-Themes/grids/grid/material3.scss +29 -13
  52. package/SCSS-Themes/grids/grid/tailwind-dark.scss +33 -17
  53. package/SCSS-Themes/grids/grid/tailwind.scss +33 -17
  54. package/SCSS-Themes/highcontrast.scss +157 -59
  55. package/SCSS-Themes/inputs/slider/bds-dark.scss +34 -7
  56. package/SCSS-Themes/inputs/slider/bds.scss +34 -7
  57. package/SCSS-Themes/inputs/slider/bootstrap-dark.scss +34 -7
  58. package/SCSS-Themes/inputs/slider/bootstrap.scss +34 -7
  59. package/SCSS-Themes/inputs/slider/bootstrap4.scss +34 -7
  60. package/SCSS-Themes/inputs/slider/bootstrap5-dark.scss +34 -7
  61. package/SCSS-Themes/inputs/slider/bootstrap5.scss +34 -7
  62. package/SCSS-Themes/inputs/slider/fabric-dark.scss +34 -7
  63. package/SCSS-Themes/inputs/slider/fabric.scss +34 -7
  64. package/SCSS-Themes/inputs/slider/fluent-dark.scss +34 -7
  65. package/SCSS-Themes/inputs/slider/fluent.scss +34 -7
  66. package/SCSS-Themes/inputs/slider/fluent2-dark.scss +34 -7
  67. package/SCSS-Themes/inputs/slider/fluent2.scss +34 -7
  68. package/SCSS-Themes/inputs/slider/highcontrast.scss +34 -7
  69. package/SCSS-Themes/inputs/slider/material-dark.scss +44 -16
  70. package/SCSS-Themes/inputs/slider/material.scss +34 -7
  71. package/SCSS-Themes/inputs/slider/material3-dark.scss +34 -7
  72. package/SCSS-Themes/inputs/slider/material3.scss +34 -7
  73. package/SCSS-Themes/inputs/slider/tailwind-dark.scss +34 -7
  74. package/SCSS-Themes/inputs/slider/tailwind.scss +34 -7
  75. package/SCSS-Themes/material-dark.scss +161 -62
  76. package/SCSS-Themes/material.scss +152 -54
  77. package/SCSS-Themes/material3-dark.scss +157 -59
  78. package/SCSS-Themes/material3.scss +157 -59
  79. package/SCSS-Themes/navigations/treeview/bds-dark.scss +2 -1
  80. package/SCSS-Themes/navigations/treeview/bds.scss +2 -1
  81. package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +2 -1
  82. package/SCSS-Themes/navigations/treeview/bootstrap.scss +2 -1
  83. package/SCSS-Themes/navigations/treeview/bootstrap4.scss +2 -1
  84. package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +2 -1
  85. package/SCSS-Themes/navigations/treeview/bootstrap5.scss +2 -1
  86. package/SCSS-Themes/navigations/treeview/fabric-dark.scss +2 -1
  87. package/SCSS-Themes/navigations/treeview/fabric.scss +2 -1
  88. package/SCSS-Themes/navigations/treeview/fluent-dark.scss +2 -1
  89. package/SCSS-Themes/navigations/treeview/fluent.scss +2 -1
  90. package/SCSS-Themes/navigations/treeview/fluent2-dark.scss +2 -1
  91. package/SCSS-Themes/navigations/treeview/fluent2.scss +2 -1
  92. package/SCSS-Themes/navigations/treeview/highcontrast.scss +2 -1
  93. package/SCSS-Themes/navigations/treeview/material-dark.scss +2 -1
  94. package/SCSS-Themes/navigations/treeview/material.scss +2 -1
  95. package/SCSS-Themes/navigations/treeview/material3-dark.scss +2 -1
  96. package/SCSS-Themes/navigations/treeview/material3.scss +2 -1
  97. package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +2 -1
  98. package/SCSS-Themes/navigations/treeview/tailwind.scss +2 -1
  99. package/SCSS-Themes/pdfviewer/pdfviewer/bds-dark.scss +89 -36
  100. package/SCSS-Themes/pdfviewer/pdfviewer/bds.scss +89 -36
  101. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +89 -36
  102. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +89 -36
  103. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +89 -36
  104. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +90 -37
  105. package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +90 -37
  106. package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +89 -36
  107. package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +89 -36
  108. package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +90 -37
  109. package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +90 -37
  110. package/SCSS-Themes/pdfviewer/pdfviewer/fluent2-dark.scss +93 -40
  111. package/SCSS-Themes/pdfviewer/pdfviewer/fluent2.scss +93 -40
  112. package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +89 -36
  113. package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +90 -37
  114. package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +90 -37
  115. package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +90 -37
  116. package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +90 -37
  117. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +90 -37
  118. package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +90 -37
  119. package/SCSS-Themes/ribbon/ribbon/bds-dark.scss +1 -0
  120. package/SCSS-Themes/ribbon/ribbon/bds.scss +1 -0
  121. package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +1 -0
  122. package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +1 -0
  123. package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +1 -0
  124. package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +1 -0
  125. package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +1 -0
  126. package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +1 -0
  127. package/SCSS-Themes/ribbon/ribbon/fabric.scss +1 -0
  128. package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +1 -0
  129. package/SCSS-Themes/ribbon/ribbon/fluent.scss +1 -0
  130. package/SCSS-Themes/ribbon/ribbon/fluent2-dark.scss +1 -0
  131. package/SCSS-Themes/ribbon/ribbon/fluent2.scss +1 -0
  132. package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +1 -0
  133. package/SCSS-Themes/ribbon/ribbon/material-dark.scss +1 -0
  134. package/SCSS-Themes/ribbon/ribbon/material.scss +1 -0
  135. package/SCSS-Themes/ribbon/ribbon/material3-dark.scss +1 -0
  136. package/SCSS-Themes/ribbon/ribbon/material3.scss +1 -0
  137. package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +1 -0
  138. package/SCSS-Themes/ribbon/ribbon/tailwind.scss +1 -0
  139. package/SCSS-Themes/tailwind-dark.scss +161 -63
  140. package/SCSS-Themes/tailwind.scss +161 -63
  141. package/package.json +1 -1
@@ -32132,7 +32132,13 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32132
32132
  &.e-scale {
32133
32133
  &.e-h-scale {
32134
32134
  .e-tick {
32135
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
32135
+ @if ($skin-name != 'material' and $skin-name == 'material-dark') {
32136
+ @include alignment($tick-after-height, $tick-after-top, 'horizontal');
32137
+ @if ($skin-name == 'material-dark') {
32138
+ background-position: bottom;
32139
+ }
32140
+ }
32141
+ @else if ($skin-name != 'material' and $skin-name != 'material-dark') {
32136
32142
  @include alignment($tick-after-height, $tick-after-top, 'horizontal');
32137
32143
  }
32138
32144
  @else {
@@ -32142,7 +32148,10 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32142
32148
  }
32143
32149
 
32144
32150
  .e-large {
32145
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
32151
+ @if ($skin-name != 'material' and $skin-name == 'material-dark') {
32152
+ @include alignment($largetick-before-height, $largetick-before-top, 'horizontal');
32153
+ }
32154
+ @else if ($skin-name != 'material' and $skin-name != 'material-dark') {
32146
32155
  @include alignment($largetick-before-height, $largetick-before-top, 'horizontal');
32147
32156
  }
32148
32157
  }
@@ -32172,7 +32181,13 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32172
32181
  &.e-scale {
32173
32182
  &.e-h-scale {
32174
32183
  .e-tick {
32175
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
32184
+ @if ($skin-name != 'material' and $skin-name == 'material-dark') {
32185
+ @include alignment($tick-before-height, $tick-before-top, 'horizontal');
32186
+ @if ($skin-name == 'material-dark') {
32187
+ background-position-x: center;
32188
+ }
32189
+ }
32190
+ @else if ($skin-name != 'material' and $skin-name != 'material-dark') {
32176
32191
  @include alignment($tick-before-height, $tick-before-top, 'horizontal');
32177
32192
  }
32178
32193
  @else {
@@ -32182,7 +32197,10 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32182
32197
  }
32183
32198
 
32184
32199
  .e-large {
32185
- @if ($skin-name != 'material' and $skin-name != 'material-dark') {
32200
+ @if ($skin-name != 'material' and $skin-name == 'material-dark') {
32201
+ @include alignment($largetick-after-height, $largetick-after-top, 'horizontal');
32202
+ }
32203
+ @else if ($skin-name != 'material' and $skin-name != 'material-dark') {
32186
32204
  @include alignment($largetick-after-height, $largetick-after-top, 'horizontal');
32187
32205
  }
32188
32206
  }
@@ -32258,7 +32276,12 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32258
32276
  }
32259
32277
  @if ($skin-name == 'material' or $skin-name == 'material-dark') {
32260
32278
  background-position: center;
32261
- height: 99%;
32279
+ @if ($skin-name == 'material-dark') {
32280
+ height: 12px;
32281
+ }
32282
+ @else {
32283
+ height: 99%;
32284
+ }
32262
32285
  }
32263
32286
  }
32264
32287
 
@@ -32284,6 +32307,10 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32284
32307
  @else if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
32285
32308
  @include alignment(calc(100% + 3px), -9px, 'horizontal');
32286
32309
  }
32310
+ @else if ($skin-name == 'material-dark') {
32311
+ height: 20px;
32312
+ top: 4px;
32313
+ }
32287
32314
  }
32288
32315
  }
32289
32316
 
@@ -32383,7 +32410,7 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32383
32410
  background-position: center center;
32384
32411
  }
32385
32412
 
32386
- @if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
32413
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'material-dark') {
32387
32414
  &.e-large {
32388
32415
  @if ($skin-name != 'bootstrap4') {
32389
32416
  background-image: $slider-scale-tick-image-dark;
@@ -32473,7 +32500,7 @@ $slider-hover-handle-border-color: $primary-border-color-hover !default;
32473
32500
  .e-tick {
32474
32501
  display: inline-block;
32475
32502
  @if ($skin-name == 'material' or $skin-name == 'material-dark') {
32476
- background-repeat: no-repeat;
32503
+ background-repeat: repeat-y;
32477
32504
  }
32478
32505
 
32479
32506
  @if ($skin-name != 'material' and $skin-name != 'material-dark') {
@@ -54829,7 +54856,8 @@ $treeview-item-active-check-color: $primary !default;
54829
54856
 
54830
54857
  .e-list-item {
54831
54858
 
54832
- div.e-icons::before {
54859
+ div.e-icons.e-icon-expandable::before,
54860
+ div.e-icons.e-icon-collapsible::before {
54833
54861
  content: '\e75c';
54834
54862
  }
54835
54863
  }
@@ -68907,7 +68935,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
68907
68935
  }
68908
68936
  }
68909
68937
  }
68910
- .e-listview .e-list-icon {
68938
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
68911
68939
  height: 24px;
68912
68940
  width: 16px;
68913
68941
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -74746,7 +74774,7 @@ $grid-columnchooser-input-padding-left: 4px !default;
74746
74774
  $grid-columnchooser-ul-margin: 13px 0 !default;
74747
74775
  $grid-column-chooser-dlg-footer-padding: 8px !default;
74748
74776
  $grid-rtl-bigger-sortnumber-margin: 4px 0 0 -20px !default;
74749
- $grid-rtl-bigger-sortnumber-withfilter-margin: 2px 0 0 4px !default;
74777
+ $grid-rtl-bigger-sortnumber-withfilter-margin: 2px 0 0 11px !default;
74750
74778
  $grid-rtl-bigger-rightalign-sortnumber-margin: 3px 0 0 8px !default;
74751
74779
  $grid-rtl-group-text-marign-right: 0 !default;
74752
74780
  $grid-rtl-group-text-margin-right: 0 !default;
@@ -74902,7 +74930,7 @@ $grid-sortdiv-width: 18px !default;
74902
74930
  $grid-sortdiv-height: 18px !default;
74903
74931
  $grid-sortnumber-margin: 2px 10px 1px 8px !default;
74904
74932
  $grid-fltr-sortnumber-margin: 2px 8px 1px 8px !default;
74905
- $grid-fltr-sortnumber-rightalign-margin: 2px 8px 0 10px !default;
74933
+ $grid-fltr-sortnumber-rightalign-margin: 2px 8px 0 3px !default;
74906
74934
  $grid-sortnumber-rightalign-margin: 2px 8px 0 10px !default;
74907
74935
  $grid-sortnumer-line-height: 14px !default;
74908
74936
  $grid-bigger-sortnumer-line-height: 16px !default;
@@ -74958,9 +74986,9 @@ $grid-ungroup-rtl-padding-top: 2px !default;
74958
74986
  $grid-bigger-ungroup-rtl-padding-top: $grid-ungroup-rtl-padding-top !default;
74959
74987
  $grid-rtl-group-headercell-margin-right: 5px !default;
74960
74988
  $grid-rtl-group-headercell-margin-left: 0 !default;
74961
- $grid-fltr-rtl-sortnumber-margin: 1px 0 0 12px !default;
74989
+ $grid-fltr-rtl-sortnumber-margin: 1px 0 0 15px !default;
74962
74990
  $grid-rtl-sortnumber-margin: 1px 0 0 -10px !default;
74963
- $grid-fltr-rtl-sortnumber-rightalign-margin: 1px 0 0 12px !default;
74991
+ $grid-fltr-rtl-sortnumber-rightalign-margin: 1px 0 0 15px !default;
74964
74992
  $grid-rtl-sortnumber-rightalign-margin: 1px 0 0 10px !default;
74965
74993
  $grid-rtl-sortcelldiv-margin: -10px 8px -12px -2px !default;
74966
74994
  $grid-rtl-sortcelldiv-right-align-margin: -10px 8px -12px -2px !default;
@@ -74970,13 +74998,13 @@ $grid-rtl-grouped-headercell-padding: 5px 0 !default;
74970
74998
  $grid-rtl-group-text-margin-left: 0 !default;
74971
74999
  $grid-rtl-group-sorticon-margin-right: -7px !default;
74972
75000
  $grid-rtl-headercell-border-width: 0 !default;
74973
- $grid-rtl-headercelldiv-padding: 0 .4em 0 2.8em !default;
75001
+ $grid-rtl-headercelldiv-padding: 0 .4em 0 2em !default;
74974
75002
  $grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
74975
75003
  $grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
74976
75004
  $grid-ungroup-rtl-padding-right: -9px !default;
74977
- $grid-headercelldiv-padding: 0 20px 0 5px !default;
75005
+ $grid-headercelldiv-padding: 0 10px 0 5px !default;
74978
75006
  $grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
74979
- $grid-headercell-div-padding: 0 .4em !default;
75007
+ $grid-headercell-div-padding: 0 1.5em 0 .4em !default;
74980
75008
  $grid-group-text-width: auto !default;
74981
75009
  $grid-grouptopleftcell-border-top: 2px solid !default;
74982
75010
  $grid-group-caption-font-size: $text-sm !default;
@@ -75140,11 +75168,11 @@ $grid-rowcell-wrap-height: 21px !default;
75140
75168
  $grid-rowcell-autofill-top-height: 19px !default;
75141
75169
  $grid-rowcell-autofill-top-bottom-height: 17px !default;
75142
75170
  $grid-rowcell-wrap-max-height: 36px !default;
75143
- $grid-bigger-fltr-sortnumber-rightalign-margin: 2px 4px 0 -6px !default;
75171
+ $grid-bigger-fltr-sortnumber-rightalign-margin: 2px 4px 0 -11px !default;
75144
75172
  $grid-bigger-sortnumber-rightalign-margin: 2px 4px 0 6px !default;
75145
75173
  $grid-bigger-columnmenu-bottom: 13px !default;
75146
75174
  $grid-bigger-sortnumber-margin: 2px 4px 0 4px !default;
75147
- $grid-bigger-fltr-sortnumber-margin: 2px 4px 0 -6px !default;
75175
+ $grid-bigger-fltr-sortnumber-margin: 2px 4px 0 0 !default;
75148
75176
  $grid-rtl-searchclear: 0 !default;
75149
75177
  $grid-column-chosser-searchdiv-top: -41px !default;
75150
75178
  $grid-reorderarrow-font-size: $text-xxs !default;
@@ -75228,7 +75256,7 @@ $grid-responsive-apply-btn-top: 4px !default;
75228
75256
  $grid-responsive-column-menu-icon-margin-top: 4px !default;
75229
75257
  $grid-rtl-headercelldiv-left-align-margin: 10px !default;
75230
75258
  $grid-rtl-filtermenudiv-left-align-margin: -2px !default;
75231
- $grid-rtl-sort-num-left-align-margin: 2px 8px 0 0 !default;
75259
+ $grid-rtl-sort-num-left-align-margin: 2px 8px 0 2px !default;
75232
75260
  $grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
75233
75261
  $grid-rowcell-color: $content-text-color !default;
75234
75262
  $grid-header-text-transform: none !default;
@@ -75809,7 +75837,7 @@ $grid-checkmark-color: $primary-text-color !default;
75809
75837
  .e-headercell.e-fltr-icon .e-headercelldiv .e-sortnumber {
75810
75838
  margin: $grid-rtl-bigger-sortnumber-withfilter-margin;
75811
75839
  @if $grid-skin == 'tailwind' {
75812
- margin-left: 0;
75840
+ margin-left: 4px;
75813
75841
  }
75814
75842
  }
75815
75843
 
@@ -77149,7 +77177,17 @@ $grid-checkmark-color: $primary-text-color !default;
77149
77177
  text-transform: $grid-header-text-transform;
77150
77178
  user-select: none;
77151
77179
  }
77152
-
77180
+
77181
+ .e-rightalign:not(.e-fltr-icon) .e-headercelldiv {
77182
+ padding: 0 .4em ;
77183
+ @if $grid-skin == 'fabric' {
77184
+ padding: 0 1px 0;
77185
+ }
77186
+ @if $grid-skin == 'highcontrast' {
77187
+ padding: 0;
77188
+ }
77189
+ }
77190
+
77153
77191
  .e-headercelldiv.e-headerchkcelldiv {
77154
77192
  overflow: visible;
77155
77193
  }
@@ -77651,6 +77689,9 @@ $grid-checkmark-color: $primary-text-color !default;
77651
77689
  right: 2px;
77652
77690
  }
77653
77691
  }
77692
+ &.e-rtl .e-sortfilter .e-rightalign .e-headercelldiv {
77693
+ padding: $grid-headercelldiv-right-align-padding;
77694
+ }
77654
77695
 
77655
77696
  .e-sortfilterdiv {
77656
77697
  float: right;
@@ -77697,7 +77738,7 @@ $grid-checkmark-color: $primary-text-color !default;
77697
77738
  }
77698
77739
 
77699
77740
  &.e-rtl .e-gridheader .e-sortfilter {
77700
- .e-centeralign.e-headercell[aria-sort="none"],
77741
+ .e-centeralign.e-headercell[aria-sort="none"]:not(.e-centeralign),
77701
77742
  .e-centeralign.e-headercell:not([aria-sort]) {
77702
77743
  .e-headercelldiv,
77703
77744
  .e-stackedheadercelldiv {
@@ -79050,6 +79091,9 @@ $grid-checkmark-color: $primary-text-color !default;
79050
79091
  .e-headercelldiv.e-headerchkcelldiv {
79051
79092
  padding: $grid-rtl-headercelldiv-padding;
79052
79093
  text-align: right;
79094
+ @if $grid-skin == 'highcontrast' {
79095
+ margin: -7px 0;
79096
+ }
79053
79097
 
79054
79098
  & .e-sortnumber {
79055
79099
  @include grid-flot-margin(left, $grid-fltr-rtl-sortnumber-margin);
@@ -79061,6 +79105,9 @@ $grid-checkmark-color: $primary-text-color !default;
79061
79105
  .e-headercelldiv.e-headerchkcelldiv {
79062
79106
  padding: $grid-rtl-headercelldiv-padding;
79063
79107
  text-align: right;
79108
+ @if $grid-skin == 'highcontrast' {
79109
+ margin: -7px 0;
79110
+ }
79064
79111
 
79065
79112
  & .e-sortnumber {
79066
79113
  @include grid-flot-margin(left, $grid-rtl-sortnumber-margin);
@@ -79081,9 +79128,6 @@ $grid-checkmark-color: $primary-text-color !default;
79081
79128
 
79082
79129
  & .e-sortnumber {
79083
79130
  margin: $grid-rtl-sort-num-left-align-margin;
79084
- @if $grid-skin == 'bootstrap4' {
79085
- margin: 4px -2px 0 0;
79086
- }
79087
79131
  }
79088
79132
  }
79089
79133
 
@@ -79102,7 +79146,7 @@ $grid-checkmark-color: $primary-text-color !default;
79102
79146
  }
79103
79147
 
79104
79148
  & .e-headercelldiv {
79105
- padding: 0 25px 0 .7em;
79149
+ padding: 0 1.6em 0 1.2em;
79106
79150
 
79107
79151
  & .e-sortnumber {
79108
79152
  @include grid-flot-margin(right, $grid-bigger-sort-right-margin);
@@ -98585,7 +98629,7 @@ $pv-toolbar-btn-width-mobile: 36px !default;
98585
98629
  $pv-toolbar-btn-height-mobile: 30px !default;
98586
98630
  $pv-bookmark-container-border: 1px solid $border-light !default;
98587
98631
  $pv-bookmark-list-border-bottom: 1px solid $border-light !default;
98588
- $pv-annotation-opacity-popup-background-color: $white !default;
98632
+ $pv-annotation-opacity-popup-background-color: $content-bg-color-alt1 !default;
98589
98633
  $pv-annotation-opacity-popup-color: $content-text-color !default;
98590
98634
  $pv-annotation-opacity-popup-padding: 16px !default;
98591
98635
  $pv-annotation-opacity-popup-min-height: 48px !default;
@@ -99446,7 +99490,9 @@ $lg-desktop: 1399.98;
99446
99490
  .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
99447
99491
  height: $pv-toolbar-btn-height;
99448
99492
  min-width: $pv-toolbar-btn-width;
99449
- width: $pv-toolbar-btn-width;
99493
+ @if ($skin-name != 'fluent2') {
99494
+ width: $pv-toolbar-btn-width;
99495
+ }
99450
99496
  @if $skin-name == 'FluentUI' {
99451
99497
  line-height: $pv-toolbar-btn-height;
99452
99498
  min-width: 40px;
@@ -100364,7 +100410,8 @@ $lg-desktop: 1399.98;
100364
100410
  padding: $pv-thumbnail-view-button-selection-padding;
100365
100411
  }
100366
100412
 
100367
- .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus
100413
+ .e-pv-tbar-btn.e-pv-thumbnail-view-button.e-btn:focus,
100414
+ .e-pv-tbar-btn.e-pv-organize-view-button.e-btn:focus
100368
100415
  {
100369
100416
  background: $pv-thumbnail-view-button-selection-background;
100370
100417
  border: $pv-thumbnail-view-button-selection-border;
@@ -100727,7 +100774,9 @@ $lg-desktop: 1399.98;
100727
100774
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
100728
100775
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
100729
100776
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
100730
- .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
100777
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret,
100778
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn,
100779
+ .e-pv-comment-panel-title-container .e-pv-annotation-tools-close-icon.e-pv-icon {
100731
100780
  color: $pv-icon-color;
100732
100781
  @if ($skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark') {
100733
100782
  box-shadow: none;
@@ -100791,13 +100840,18 @@ $lg-desktop: 1399.98;
100791
100840
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus,
100792
100841
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:not(.e-input-focus):hover,
100793
100842
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus,
100794
- .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover {
100843
+ .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:not(.e-input-focus):hover,
100844
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:hover,
100845
+ .e-pv-annotation-comment-panel-container .e-pv-tbar-btn:focus {
100795
100846
  @if $skin-name == 'bootstrap4' {
100796
100847
  color: $pv-icon-color-hover;
100797
100848
  }
100798
100849
  @if $skin-name == 'bootstrap5' {
100799
100850
  color: $white;
100800
100851
  }
100852
+ @if $skin-name == 'fluent2' {
100853
+ color: var(--color-sf-toolbar-icon-color);
100854
+ }
100801
100855
  @if $skin-name == 'FluentUI' {
100802
100856
  color: $pv-item-selection-color;
100803
100857
  }
@@ -100809,7 +100863,7 @@ $lg-desktop: 1399.98;
100809
100863
  @if $skin-name == 'bootstrap4' {
100810
100864
  color: $pv-icon-color-hover;
100811
100865
  }
100812
- @if $skin-name == 'bootstrap5' {
100866
+ @if ($skin-name == 'bootstrap5') {
100813
100867
  color: $pv-icon-color;
100814
100868
  }
100815
100869
  @if $skin-name == 'FluentUI' {
@@ -100817,12 +100871,23 @@ $lg-desktop: 1399.98;
100817
100871
  }
100818
100872
  }
100819
100873
 
100874
+ .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus-visible,
100875
+ .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus-visible,
100876
+ .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus-visible {
100877
+ @if ($skin-name == 'fluent2') {
100878
+ color: $pv-icon-color;
100879
+ }
100880
+ }
100881
+
100820
100882
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item:hover .e-menu-icon,
100821
100883
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover .e-menu-icon,
100822
100884
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover .e-caret {
100823
100885
  @if $skin-name == 'bootstrap4' {
100824
100886
  color: $pv-icon-color-hover;
100825
100887
  }
100888
+ @if $skin-name == 'fluent2' {
100889
+ color: var(--color-sf-toolbar-icon-color);
100890
+ }
100826
100891
  }
100827
100892
 
100828
100893
  .e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon,
@@ -101174,10 +101239,13 @@ $lg-desktop: 1399.98;
101174
101239
  border-bottom: 2px solid;
101175
101240
  margin-top: 0;
101176
101241
  padding-top: 5px;
101177
- @if ($skin-name=='bootstrap5'or $theme-name=='fluent2') {
101242
+ @if ($skin-name=='bootstrap5') {
101178
101243
  margin-top: -4px;
101179
101244
  padding-top: 0;
101180
101245
  }
101246
+ @if ($theme-name=='fluent2') {
101247
+ padding-top: 0;
101248
+ }
101181
101249
  @if $skin-name == 'FluentUI' {
101182
101250
  line-height: 11px;
101183
101251
  }
@@ -101189,7 +101257,12 @@ $lg-desktop: 1399.98;
101189
101257
  line-height: 1.71em;
101190
101258
  }
101191
101259
  border-bottom: 2px solid;
101192
- margin-top: 0;
101260
+ @if ($skin-name == 'fluent2') {
101261
+ margin-top: 5px;
101262
+ }
101263
+ @else {
101264
+ margin-top: 0;
101265
+ }
101193
101266
  padding-top: 1px;
101194
101267
  vertical-align: initial;
101195
101268
  @if $skin-name == 'FluentUI' {
@@ -101201,9 +101274,12 @@ $lg-desktop: 1399.98;
101201
101274
  .e-pv-properties-color-container-style-prop .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
101202
101275
  margin-top: 0;
101203
101276
  padding-top: 7px;
101204
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $theme-name == 'fluent2' {
101277
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
101205
101278
  padding-top: 0;
101206
101279
  }
101280
+ @if ( or $theme-name == 'fluent2'){
101281
+ padding-top: 5px;
101282
+ }
101207
101283
  vertical-align: initial;
101208
101284
  }
101209
101285
 
@@ -101215,6 +101291,13 @@ $lg-desktop: 1399.98;
101215
101291
  vertical-align: initial;
101216
101292
  }
101217
101293
 
101294
+ .e-pv-annotation-thickness-popup-container-mobile,
101295
+ .e-pv-annotation-opacity-popup-container-mobile {
101296
+ @if $skin-name != 'Material3' {
101297
+ background-color: $pv-annotation-opacity-popup-background-color;
101298
+ }
101299
+ }
101300
+
101218
101301
  .e-pv-annotation-opacity-popup-container,
101219
101302
  .e-pv-annotation-thickness-popup-container {
101220
101303
  @if $skin-name != 'Material3' {
@@ -101573,13 +101656,6 @@ $lg-desktop: 1399.98;
101573
101656
  }
101574
101657
  }
101575
101658
 
101576
- .e-template.e-toolbar-item:not(.e-pv-shape-template-container) .e-pv-annotation-shapes-container,
101577
- .e-template.e-toolbar-item:not(.e-pv-calibrate-template-container) .e-pv-annotation-calibrate-container {
101578
- @if ($theme-name == 'fluent2') {
101579
- line-height: 28px;
101580
- }
101581
- }
101582
-
101583
101659
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon .e-caret,
101584
101660
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon .e-caret {
101585
101661
  @if ($skin-name == 'bootstrap5') {
@@ -101662,7 +101738,6 @@ $lg-desktop: 1399.98;
101662
101738
  line-height: $pv-prop-color-picker-line-height;
101663
101739
  @if ($skin-name == 'bootstrap5') {
101664
101740
  background: $transparent;
101665
- border: 1px solid $border-light;
101666
101741
  border-radius: 4px;
101667
101742
  box-sizing: border-box;
101668
101743
  color: $content-text-color;
@@ -101677,6 +101752,13 @@ $lg-desktop: 1399.98;
101677
101752
  }
101678
101753
  }
101679
101754
 
101755
+ .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:disabled,
101756
+ .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:disabled{
101757
+ @if ($skin-name == 'bootstrap5') {
101758
+ color: $pv-icon-color;
101759
+ }
101760
+ }
101761
+
101680
101762
  .e-bigger .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
101681
101763
  .e-bigger .e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn {
101682
101764
  @if $skin-name == 'FluentUI' {
@@ -102208,7 +102290,7 @@ $lg-desktop: 1399.98;
102208
102290
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item,
102209
102291
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon,
102210
102292
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret {
102211
- @if $skin-name != 'Material3' {
102293
+ @if ($skin-name != 'Material3' and $skin-name != 'fluent2') {
102212
102294
  line-height: $pv-annot-toolbar-dropdown-btn-line-height;
102213
102295
  }
102214
102296
  }
@@ -102312,14 +102394,6 @@ $lg-desktop: 1399.98;
102312
102394
  padding-top: $pv-dialog-pop-close-icon-padding-top-mobile;
102313
102395
  }
102314
102396
 
102315
- .e-pv-properties-form-field-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
102316
- .e-pv-signature-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
102317
- @if $theme-name == 'fluent2' {
102318
- padding-left: 24px !important;/* stylelint-disable-line declaration-no-important */
102319
- padding-top: 24px !important;/* stylelint-disable-line declaration-no-important */
102320
- }
102321
- }
102322
-
102323
102397
  .e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
102324
102398
  @if $theme-name == 'fluent2' {
102325
102399
  padding: 8px !important;/* stylelint-disable-line declaration-no-important */
@@ -102662,6 +102736,8 @@ $lg-desktop: 1399.98;
102662
102736
  padding-right: 7px;
102663
102737
  @if $skin-name == 'Material3' {
102664
102738
  font-size: $text-xs;
102739
+ padding-left: 12px;
102740
+ padding-right: 12px;
102665
102741
  }
102666
102742
  }
102667
102743
 
@@ -102804,7 +102880,7 @@ $lg-desktop: 1399.98;
102804
102880
  .e-pv-comments-panel-text {
102805
102881
  font-size: 15px;
102806
102882
  padding-left: 85px;
102807
- color: rgba(var(--color-sf-on-surface-variant));
102883
+ color: var(--color-sf-content-text-color-alt1);
102808
102884
  }
102809
102885
 
102810
102886
  .e-pv-comments-content-container {
@@ -102992,8 +103068,34 @@ $lg-desktop: 1399.98;
102992
103068
  }
102993
103069
  }
102994
103070
 
103071
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
103072
+ @if ($skin-name == 'fluent2') {
103073
+ margin-top: -4px;
103074
+ }
103075
+ }
103076
+
103077
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103078
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103079
+ @if ($skin-name == 'fluent2') {
103080
+ margin-top: -5px;
103081
+ }
103082
+ }
103083
+
103084
+ .e-pv-annotation-shapes-container.e-btn.e-icon-btn,
103085
+ .e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
103086
+ .e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
103087
+ @if ($skin-name == 'fluent2') {
103088
+ padding-top: 8px;
103089
+ }
103090
+ }
103091
+
102995
103092
  .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
102996
- margin-top: $pv-stamp-icon-margin-top;
103093
+ @if ($skin-name == 'fluent2') {
103094
+ margin-top: -4px;
103095
+ }
103096
+ @else {
103097
+ margin-top: $pv-stamp-icon-margin-top;
103098
+ }
102997
103099
  @if $theme-name != 'fluent2'{
102998
103100
  padding-left: 7px;
102999
103101
  }
@@ -103317,7 +103419,9 @@ $lg-desktop: 1399.98;
103317
103419
  @if $skin-name == 'bootstrap5' {
103318
103420
  color: $pv-icon-color;
103319
103421
  height: 32px;
103320
- line-height: 32px;
103422
+ @if ($theme-name != 'fluent2') {
103423
+ line-height: 32px;
103424
+ }
103321
103425
  }
103322
103426
  @else {
103323
103427
  color: $pv-icon-color;
@@ -103374,13 +103478,6 @@ $lg-desktop: 1399.98;
103374
103478
  border-color: $pv-annotation-dropdown-border-color;
103375
103479
  }
103376
103480
 
103377
- .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
103378
- .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
103379
- @if $theme-name == 'fluent2' {
103380
- margin-top: -10px;
103381
- }
103382
- }
103383
-
103384
103481
  .e-pv-custom-annotation-stamp-container.e-menu-container .e-ul .e-menu-item.e-selected,
103385
103482
  .e-pv-custom-annotation-stamp-container.e-menu-container.e-menu-container .e-ul .e-menu-item.e-focused {
103386
103483
  @if $skin-name == 'bootstrap4' {
@@ -103949,6 +104046,7 @@ $lg-desktop: 1399.98;
103949
104046
 
103950
104047
  .e-pv-properties-form-field-group-btn-div {
103951
104048
  display: grid;
104049
+ align-content: space-between;
103952
104050
  }
103953
104051
 
103954
104052
  .e-pv-properties-form-field-option-dropdown-list-div {
@@ -104307,7 +104405,6 @@ $lg-desktop: 1399.98;
104307
104405
  }
104308
104406
  @if $theme-name == 'fluent2'{
104309
104407
  font-family: $font-family;
104310
- margin-left: 7px;
104311
104408
  }
104312
104409
  }
104313
104410
 
@@ -125302,6 +125399,7 @@ $ribbon-items-focus-box-shadow: none !default;
125302
125399
 
125303
125400
  .e-disabled {
125304
125401
  opacity: $ribbon-disabled-opacity;
125402
+ pointer-events: none;
125305
125403
  }
125306
125404
 
125307
125405
  .e-input-group {
@@ -458,7 +458,7 @@ $de-hlt-clr-height-bigger: 24px;
458
458
  }
459
459
  }
460
460
  }
461
- .e-listview .e-list-icon {
461
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
462
462
  height: 24px;
463
463
  width: 16px;
464
464
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -458,7 +458,7 @@ $de-hlt-clr-height-bigger: 24px;
458
458
  }
459
459
  }
460
460
  }
461
- .e-listview .e-list-icon {
461
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
462
462
  height: 24px;
463
463
  width: 16px;
464
464
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -442,7 +442,7 @@ $de-prop-btn-icon-clr: #ccc;
442
442
  }
443
443
  }
444
444
  }
445
- .e-listview .e-list-icon {
445
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
446
446
  height: 24px;
447
447
  width: 16px;
448
448
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -442,7 +442,7 @@ $de-prop-btn-icon-clr: #ccc;
442
442
  }
443
443
  }
444
444
  }
445
- .e-listview .e-list-icon {
445
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
446
446
  height: 24px;
447
447
  width: 16px;
448
448
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -458,7 +458,7 @@ $de-hlt-clr-height-bigger: 25px;
458
458
  }
459
459
  }
460
460
  }
461
- .e-listview .e-list-icon {
461
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
462
462
  height: 24px;
463
463
  width: 16px;
464
464
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -464,7 +464,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
464
464
  }
465
465
  }
466
466
  }
467
- .e-listview .e-list-icon {
467
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
468
468
  height: 24px;
469
469
  width: 16px;
470
470
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -464,7 +464,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
464
464
  }
465
465
  }
466
466
  }
467
- .e-listview .e-list-icon {
467
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
468
468
  height: 24px;
469
469
  width: 16px;
470
470
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -446,7 +446,7 @@ $de-prop-btn-icon-clr: #ccc;
446
446
  }
447
447
  }
448
448
  }
449
- .e-listview .e-list-icon {
449
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
450
450
  height: 24px;
451
451
  width: 16px;
452
452
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -444,7 +444,7 @@ $de-prop-btn-icon-clr: #ccc;
444
444
  }
445
445
  }
446
446
  }
447
- .e-listview .e-list-icon {
447
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
448
448
  height: 24px;
449
449
  width: 16px;
450
450
  margin-right: $e-de-ctnr-break-listview-margin-right;
@@ -465,7 +465,7 @@ $de-hover-bg: $content-bg-color-alt2 !default;
465
465
  }
466
466
  }
467
467
  }
468
- .e-listview .e-list-icon {
468
+ .e-de-listview.e-de-listview-icon.e-icons.e-list-icon {
469
469
  height: 24px;
470
470
  width: 16px;
471
471
  margin-right: $e-de-ctnr-break-listview-margin-right;