@syncfusion/ej2-angular-pivotview 20.4.44 → 20.4.48

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.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pivotview@*",
3
- "_id": "@syncfusion/ej2-angular-pivotview@20.4.42",
3
+ "_id": "@syncfusion/ej2-angular-pivotview@20.4.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Oh/gI/P8RIm0+bWDQm3dwC0BskA6D16RMsS7FiuotZa6S+dKtjaPH0UgCBbTWH65Ru1Lf5RBQcwKS4tsij9HwQ==",
5
+ "_integrity": "sha512-kHYqRhgfjXseY3JWYnbaN49AGrx/sh24ltTU7gacILUcEHHPlBJatD2UHITcuD2Z6TZ3tJOX4XU+T3xYe6CJow==",
6
6
  "_location": "/@syncfusion/ej2-angular-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.4.42.tgz",
23
- "_shasum": "639c672b946783b03b4b430d33115dff681ca19b",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pivotview/-/ej2-angular-pivotview-20.4.44.tgz",
23
+ "_shasum": "2ca1be6a4dbaf833ed7a441b1b4a70b3189491b6",
24
24
  "_spec": "@syncfusion/ej2-angular-pivotview@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.42",
35
- "@syncfusion/ej2-base": "~20.4.44",
36
- "@syncfusion/ej2-pivotview": "20.4.44",
34
+ "@syncfusion/ej2-angular-base": "~20.4.48",
35
+ "@syncfusion/ej2-base": "~20.4.48",
36
+ "@syncfusion/ej2-pivotview": "20.4.48",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "syncfusion-ej2-angular-pivotview.d.ts",
73
- "version": "20.4.44"
73
+ "version": "20.4.48"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
2
- export declare const pkgVer = "^20.4.42";
2
+ export declare const pkgVer = "^20.4.44";
3
3
  export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
- export declare const themeVer = "~20.4.42";
4
+ export declare const themeVer = "~20.4.44";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pivotview';
4
- exports.pkgVer = '^20.4.44';
4
+ exports.pkgVer = '^20.4.48';
5
5
  exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
- exports.themeVer = '~20.4.44';
6
+ exports.themeVer = '~20.4.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^20.4.44';
2
+ export const pkgVer = '^20.4.48';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~20.4.44';
4
+ export const themeVer = '~20.4.48';
@@ -950,6 +950,9 @@
950
950
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
951
951
  width: 100%;
952
952
  }
953
+ .e-pivotview .e-toolbar .e-tbar-btn {
954
+ background-color: transparent;
955
+ }
953
956
  .e-pivotview .e-grid .e-rowsheader.e-active,
954
957
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
955
958
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -949,6 +949,9 @@
949
949
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
950
950
  width: 100%;
951
951
  }
952
+ .e-pivotview .e-toolbar .e-tbar-btn {
953
+ background-color: transparent;
954
+ }
952
955
  .e-pivotview .e-grid .e-rowsheader.e-active,
953
956
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
954
957
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -590,12 +590,6 @@
590
590
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
591
591
  background: #f2f4f6;
592
592
  }
593
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
594
- background: #f2f4f6;
595
- }
596
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
597
- background: #6c757d;
598
- }
599
593
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
600
594
  font-size: 16px;
601
595
  }
@@ -1010,6 +1004,9 @@
1010
1004
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
1011
1005
  width: 100%;
1012
1006
  }
1007
+ .e-pivotview .e-toolbar .e-tbar-btn {
1008
+ background-color: transparent;
1009
+ }
1013
1010
  .e-pivotview .e-grid .e-rowsheader.e-active,
1014
1011
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
1015
1012
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -952,6 +952,9 @@
952
952
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
953
953
  width: 100%;
954
954
  }
955
+ .e-pivotview .e-toolbar .e-tbar-btn {
956
+ background-color: transparent;
957
+ }
955
958
  .e-pivotview .e-grid .e-rowsheader.e-active,
956
959
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
957
960
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -954,6 +954,9 @@
954
954
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
955
955
  width: 100%;
956
956
  }
957
+ .e-pivotview .e-toolbar .e-tbar-btn {
958
+ background-color: transparent;
959
+ }
957
960
  .e-pivotview .e-grid .e-rowsheader.e-active,
958
961
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
959
962
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -559,12 +559,6 @@
559
559
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
560
560
  background: #282727;
561
561
  }
562
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
563
- background: #282727;
564
- }
565
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
566
- background: #414040;
567
- }
568
562
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
569
563
  font-size: 16px;
570
564
  }
@@ -582,6 +576,10 @@
582
576
  margin-right: 0;
583
577
  font-size: 16px;
584
578
  }
579
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
580
+ padding-right: 0 !important;
581
+ padding-left: 0 !important;
582
+ }
585
583
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
586
584
  margin-left: 18px !important;
587
585
  /* stylelint-enable */
@@ -960,6 +958,9 @@
960
958
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
961
959
  width: 100%;
962
960
  }
961
+ .e-pivotview .e-toolbar .e-tbar-btn {
962
+ background-color: transparent;
963
+ }
963
964
  .e-pivotview .e-grid .e-rowsheader.e-active,
964
965
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
965
966
  .e-pivotview .e-grid .e-columnsheader.e-active,
package/styles/fabric.css CHANGED
@@ -559,9 +559,6 @@
559
559
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
560
560
  background: #f4f4f4;
561
561
  }
562
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
563
- background: #f4f4f4;
564
- }
565
562
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
566
563
  font-size: 16px;
567
564
  }
@@ -579,6 +576,10 @@
579
576
  margin-right: 0;
580
577
  font-size: 16px;
581
578
  }
579
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
580
+ padding-right: 0 !important;
581
+ padding-left: 0 !important;
582
+ }
582
583
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
583
584
  margin-left: 18px !important;
584
585
  /* stylelint-enable */
@@ -962,6 +963,9 @@
962
963
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
963
964
  width: 100%;
964
965
  }
966
+ .e-pivotview .e-toolbar .e-tbar-btn {
967
+ background-color: transparent;
968
+ }
965
969
  .e-pivotview .e-grid .e-rowsheader.e-active,
966
970
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
967
971
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -977,6 +977,9 @@
977
977
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
978
978
  width: 100%;
979
979
  }
980
+ .e-pivotview .e-toolbar .e-tbar-btn {
981
+ background-color: transparent;
982
+ }
980
983
  .e-pivotview .e-grid .e-rowsheader.e-active,
981
984
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
982
985
  .e-pivotview .e-grid .e-columnsheader.e-active,
package/styles/fluent.css CHANGED
@@ -979,6 +979,9 @@
979
979
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
980
980
  width: 100%;
981
981
  }
982
+ .e-pivotview .e-toolbar .e-tbar-btn {
983
+ background-color: transparent;
984
+ }
982
985
  .e-pivotview .e-grid .e-rowsheader.e-active,
983
986
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
984
987
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -558,9 +558,6 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #d8d8d8;
560
560
  }
561
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
- background: #d8d8d8;
563
- }
564
561
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
565
562
  font-size: 16px;
566
563
  }
@@ -578,6 +575,10 @@
578
575
  margin-right: 0;
579
576
  font-size: 16px;
580
577
  }
578
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
579
+ padding-right: 0 !important;
580
+ padding-left: 0 !important;
581
+ }
581
582
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
583
  margin-left: 18px !important;
583
584
  /* stylelint-enable */
@@ -952,6 +953,10 @@
952
953
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
953
954
  width: 100%;
954
955
  }
956
+ .e-pivotview .e-toolbar .e-tbar-btn {
957
+ background-color: transparent;
958
+ border: none !important;
959
+ }
955
960
  .e-pivotview .e-grid .e-rowsheader.e-active,
956
961
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
957
962
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -558,9 +558,6 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #262626;
560
560
  }
561
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
- background: #262626;
563
- }
564
561
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
565
562
  font-size: 16px;
566
563
  }
@@ -578,6 +575,10 @@
578
575
  margin-right: 0;
579
576
  font-size: 16px;
580
577
  }
578
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
579
+ padding-right: 0 !important;
580
+ padding-left: 0 !important;
581
+ }
581
582
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
583
  margin-left: 18px !important;
583
584
  /* stylelint-enable */
@@ -952,6 +953,10 @@
952
953
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
953
954
  width: 100%;
954
955
  }
956
+ .e-pivotview .e-toolbar .e-tbar-btn {
957
+ background-color: transparent;
958
+ border: none !important;
959
+ }
955
960
  .e-pivotview .e-grid .e-rowsheader.e-active,
956
961
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
957
962
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -949,6 +949,9 @@
949
949
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
950
950
  width: 100%;
951
951
  }
952
+ .e-pivotview .e-toolbar .e-tbar-btn {
953
+ background-color: transparent;
954
+ }
952
955
  .e-pivotview .e-grid .e-rowsheader.e-active,
953
956
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
954
957
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -560,12 +560,6 @@
560
560
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
561
561
  background: #f5f5f5;
562
562
  }
563
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
564
- background: #f5f5f5;
565
- }
566
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
567
- background: rgba(0, 0, 0, 0.12);
568
- }
569
563
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
570
564
  font-size: 16px;
571
565
  }
@@ -956,6 +950,9 @@
956
950
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
957
951
  width: 100%;
958
952
  }
953
+ .e-pivotview .e-toolbar .e-tbar-btn {
954
+ background-color: transparent;
955
+ }
959
956
  .e-pivotview .e-grid .e-rowsheader.e-active,
960
957
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
961
958
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -621,20 +621,6 @@
621
621
 
622
622
  .e-toolbar-items {
623
623
  background: $pivotgrid-grp-bg-color;
624
-
625
- .e-toolbar-item {
626
- .e-tbar-btn.e-btn.e-control {
627
- @if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
628
- background: $pivotgrid-grp-bg-color;
629
-
630
- &:hover {
631
- @if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
632
- background: $pivotgrid-grp-bg-hover-color;
633
- }
634
- }
635
- }
636
- }
637
- }
638
624
  }
639
625
 
640
626
  .e-toolbar-item .e-tbar-btn.e-btn {
@@ -727,20 +713,28 @@
727
713
  @if ($pivotgrid-skin == 'bootstrap4') {
728
714
  background-color: $gray-600;
729
715
  border-radius: $pivotgrid-default-border-radius;
730
- }
716
+ }
731
717
 
732
- .e-menu-icon,
733
- .e-icons{
734
- @if ($pivotgrid-skin == 'bootstrap4') {
735
- color: $white;
718
+ .e-menu-icon,
719
+ .e-icons{
720
+ @if ($pivotgrid-skin == 'bootstrap4') {
721
+ color: $white;
722
+ }
723
+
724
+ @if ($pivotgrid-skin == 'FluentUI') {
725
+ color: $pivotgrid-active-color;
726
+ }
736
727
  }
728
+ }
737
729
 
738
- @if ($pivotgrid-skin == 'FluentUI') {
739
- color: $pivotgrid-active-color;
730
+ ul.e-menu {
731
+ @if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
732
+ ($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
733
+ padding-right: 0 !important;
734
+ padding-left: 0 !important;
740
735
  }
741
736
  }
742
737
  }
743
- }
744
738
 
745
739
  .e-tab .e-tab-header .e-toolbar-item.e-active {
746
740
  margin-left: 18px !important;
@@ -111,15 +111,17 @@
111
111
  }
112
112
 
113
113
  .e-toolbar .e-tbar-btn {
114
- @if ($skin-name == 'tailwind') {
115
- background-color: transparent;
116
- }
114
+ background-color: transparent;
115
+
116
+ @if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
117
+ border: none !important;
118
+ }
117
119
 
118
120
  &:hover {
119
121
  @if ($skin-name == 'tailwind') {
120
122
  background-color: $pivot-toolbar-icon-hover-color;
121
- }
122
- }
123
+ }
124
+ }
123
125
  }
124
126
 
125
127
 
@@ -950,6 +950,9 @@
950
950
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
951
951
  width: 100%;
952
952
  }
953
+ .e-pivotview .e-toolbar .e-tbar-btn {
954
+ background-color: transparent;
955
+ }
953
956
  .e-pivotview .e-grid .e-rowsheader.e-active,
954
957
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
955
958
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -949,6 +949,9 @@
949
949
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
950
950
  width: 100%;
951
951
  }
952
+ .e-pivotview .e-toolbar .e-tbar-btn {
953
+ background-color: transparent;
954
+ }
952
955
  .e-pivotview .e-grid .e-rowsheader.e-active,
953
956
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
954
957
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -590,12 +590,6 @@
590
590
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
591
591
  background: #f2f4f6;
592
592
  }
593
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
594
- background: #f2f4f6;
595
- }
596
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
597
- background: #6c757d;
598
- }
599
593
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
600
594
  font-size: 16px;
601
595
  }
@@ -1010,6 +1004,9 @@
1010
1004
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
1011
1005
  width: 100%;
1012
1006
  }
1007
+ .e-pivotview .e-toolbar .e-tbar-btn {
1008
+ background-color: transparent;
1009
+ }
1013
1010
  .e-pivotview .e-grid .e-rowsheader.e-active,
1014
1011
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
1015
1012
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -952,6 +952,9 @@
952
952
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
953
953
  width: 100%;
954
954
  }
955
+ .e-pivotview .e-toolbar .e-tbar-btn {
956
+ background-color: transparent;
957
+ }
955
958
  .e-pivotview .e-grid .e-rowsheader.e-active,
956
959
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
957
960
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -954,6 +954,9 @@
954
954
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
955
955
  width: 100%;
956
956
  }
957
+ .e-pivotview .e-toolbar .e-tbar-btn {
958
+ background-color: transparent;
959
+ }
957
960
  .e-pivotview .e-grid .e-rowsheader.e-active,
958
961
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
959
962
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -559,12 +559,6 @@
559
559
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
560
560
  background: #282727;
561
561
  }
562
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
563
- background: #282727;
564
- }
565
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
566
- background: #414040;
567
- }
568
562
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
569
563
  font-size: 16px;
570
564
  }
@@ -582,6 +576,10 @@
582
576
  margin-right: 0;
583
577
  font-size: 16px;
584
578
  }
579
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
580
+ padding-right: 0 !important;
581
+ padding-left: 0 !important;
582
+ }
585
583
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
586
584
  margin-left: 18px !important;
587
585
  /* stylelint-enable */
@@ -960,6 +958,9 @@
960
958
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
961
959
  width: 100%;
962
960
  }
961
+ .e-pivotview .e-toolbar .e-tbar-btn {
962
+ background-color: transparent;
963
+ }
963
964
  .e-pivotview .e-grid .e-rowsheader.e-active,
964
965
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
965
966
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -559,9 +559,6 @@
559
559
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
560
560
  background: #f4f4f4;
561
561
  }
562
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
563
- background: #f4f4f4;
564
- }
565
562
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
566
563
  font-size: 16px;
567
564
  }
@@ -579,6 +576,10 @@
579
576
  margin-right: 0;
580
577
  font-size: 16px;
581
578
  }
579
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
580
+ padding-right: 0 !important;
581
+ padding-left: 0 !important;
582
+ }
582
583
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
583
584
  margin-left: 18px !important;
584
585
  /* stylelint-enable */
@@ -962,6 +963,9 @@
962
963
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
963
964
  width: 100%;
964
965
  }
966
+ .e-pivotview .e-toolbar .e-tbar-btn {
967
+ background-color: transparent;
968
+ }
965
969
  .e-pivotview .e-grid .e-rowsheader.e-active,
966
970
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
967
971
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -977,6 +977,9 @@
977
977
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
978
978
  width: 100%;
979
979
  }
980
+ .e-pivotview .e-toolbar .e-tbar-btn {
981
+ background-color: transparent;
982
+ }
980
983
  .e-pivotview .e-grid .e-rowsheader.e-active,
981
984
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
982
985
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -979,6 +979,9 @@
979
979
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
980
980
  width: 100%;
981
981
  }
982
+ .e-pivotview .e-toolbar .e-tbar-btn {
983
+ background-color: transparent;
984
+ }
982
985
  .e-pivotview .e-grid .e-rowsheader.e-active,
983
986
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
984
987
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -558,9 +558,6 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #d8d8d8;
560
560
  }
561
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
- background: #d8d8d8;
563
- }
564
561
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
565
562
  font-size: 16px;
566
563
  }
@@ -578,6 +575,10 @@
578
575
  margin-right: 0;
579
576
  font-size: 16px;
580
577
  }
578
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
579
+ padding-right: 0 !important;
580
+ padding-left: 0 !important;
581
+ }
581
582
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
583
  margin-left: 18px !important;
583
584
  /* stylelint-enable */
@@ -952,6 +953,10 @@
952
953
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
953
954
  width: 100%;
954
955
  }
956
+ .e-pivotview .e-toolbar .e-tbar-btn {
957
+ background-color: transparent;
958
+ border: none !important;
959
+ }
955
960
  .e-pivotview .e-grid .e-rowsheader.e-active,
956
961
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
957
962
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -558,9 +558,6 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #262626;
560
560
  }
561
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
- background: #262626;
563
- }
564
561
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
565
562
  font-size: 16px;
566
563
  }
@@ -578,6 +575,10 @@
578
575
  margin-right: 0;
579
576
  font-size: 16px;
580
577
  }
578
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
579
+ padding-right: 0 !important;
580
+ padding-left: 0 !important;
581
+ }
581
582
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
583
  margin-left: 18px !important;
583
584
  /* stylelint-enable */
@@ -952,6 +953,10 @@
952
953
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
953
954
  width: 100%;
954
955
  }
956
+ .e-pivotview .e-toolbar .e-tbar-btn {
957
+ background-color: transparent;
958
+ border: none !important;
959
+ }
955
960
  .e-pivotview .e-grid .e-rowsheader.e-active,
956
961
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
957
962
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -949,6 +949,9 @@
949
949
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
950
950
  width: 100%;
951
951
  }
952
+ .e-pivotview .e-toolbar .e-tbar-btn {
953
+ background-color: transparent;
954
+ }
952
955
  .e-pivotview .e-grid .e-rowsheader.e-active,
953
956
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
954
957
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -560,12 +560,6 @@
560
560
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
561
561
  background: #f5f5f5;
562
562
  }
563
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
564
- background: #f5f5f5;
565
- }
566
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
567
- background: rgba(0, 0, 0, 0.12);
568
- }
569
563
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
570
564
  font-size: 16px;
571
565
  }
@@ -956,6 +950,9 @@
956
950
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
957
951
  width: 100%;
958
952
  }
953
+ .e-pivotview .e-toolbar .e-tbar-btn {
954
+ background-color: transparent;
955
+ }
959
956
  .e-pivotview .e-grid .e-rowsheader.e-active,
960
957
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
961
958
  .e-pivotview .e-grid .e-columnsheader.e-active,