@syncfusion/ej2-fabric-theme 34.2.2 → 34.2.4

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.
@@ -153,6 +153,10 @@
153
153
  display: block;
154
154
  }
155
155
 
156
+ .e-de-hidden-display {
157
+ display: none;
158
+ }
159
+
156
160
  .e-de-hidden {
157
161
  display: none !important; /* stylelint-disable-line declaration-no-important */
158
162
  }
@@ -645,6 +645,9 @@
645
645
  .e-de-sub-label-block {
646
646
  display: block;
647
647
  }
648
+ .e-de-hidden-display {
649
+ display: none;
650
+ }
648
651
  .e-de-hidden {
649
652
  display: none !important; /* stylelint-disable-line declaration-no-important */
650
653
  }
@@ -645,6 +645,9 @@
645
645
  .e-de-sub-label-block {
646
646
  display: block;
647
647
  }
648
+ .e-de-hidden-display {
649
+ display: none;
650
+ }
648
651
  .e-de-hidden {
649
652
  display: none !important; /* stylelint-disable-line declaration-no-important */
650
653
  }
@@ -498,6 +498,18 @@
498
498
  }
499
499
  }
500
500
 
501
+ .e-grid {
502
+ .e-headercelldiv {
503
+ width: 100% !important;
504
+ padding-left: $pivotgrid-padding-8 !important;
505
+ padding-right: $pivotgrid-padding-8 !important;
506
+ }
507
+
508
+ th.e-headercell:not(.e-stackedheadercell) {
509
+ padding: $pivotgrid-padding-0 !important;
510
+ }
511
+ }
512
+
501
513
  .sf-grid .e-spinner-pane {
502
514
  z-index: 1 !important;
503
515
  }
@@ -1093,6 +1093,14 @@
1093
1093
  padding-left: 8px !important;
1094
1094
  padding-right: 8px !important;
1095
1095
  }
1096
+ .e-pivotview .e-grid .e-headercelldiv {
1097
+ width: 100% !important;
1098
+ padding-left: 8px !important;
1099
+ padding-right: 8px !important;
1100
+ }
1101
+ .e-pivotview .e-grid th.e-headercell:not(.e-stackedheadercell) {
1102
+ padding: 0 !important;
1103
+ }
1096
1104
  .e-pivotview .sf-grid .e-spinner-pane {
1097
1105
  z-index: 1 !important;
1098
1106
  }
@@ -1093,6 +1093,14 @@
1093
1093
  padding-left: 8px !important;
1094
1094
  padding-right: 8px !important;
1095
1095
  }
1096
+ .e-pivotview .e-grid .e-headercelldiv {
1097
+ width: 100% !important;
1098
+ padding-left: 8px !important;
1099
+ padding-right: 8px !important;
1100
+ }
1101
+ .e-pivotview .e-grid th.e-headercell:not(.e-stackedheadercell) {
1102
+ padding: 0 !important;
1103
+ }
1096
1104
  .e-pivotview .sf-grid .e-spinner-pane {
1097
1105
  z-index: 1 !important;
1098
1106
  }
@@ -9,6 +9,10 @@
9
9
  user-select: none;
10
10
  white-space: nowrap;
11
11
  overflow: hidden;
12
+
13
+ &:not(.e-rtl) {
14
+ text-align: left;
15
+ }
12
16
 
13
17
  &.e-spacer-toolbar {
14
18
 
@@ -19,6 +19,9 @@
19
19
  white-space: nowrap;
20
20
  overflow: hidden;
21
21
  }
22
+ .e-toolbar:not(.e-rtl) {
23
+ text-align: left;
24
+ }
22
25
  .e-toolbar.e-spacer-toolbar .e-toolbar-items {
23
26
  display: -ms-flexbox;
24
27
  display: flex;
@@ -19,6 +19,9 @@
19
19
  white-space: nowrap;
20
20
  overflow: hidden;
21
21
  }
22
+ .e-toolbar:not(.e-rtl) {
23
+ text-align: left;
24
+ }
22
25
  .e-toolbar.e-spacer-toolbar .e-toolbar-items {
23
26
  display: -ms-flexbox;
24
27
  display: flex;