File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
scss/widgets/base/pivotGrid Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 2929 "script" : " lint"
3030 },
3131 "inputs" : [
32- " {projectRoot}/widgets/ **/*"
32+ " {projectRoot}/**/*"
3333 ],
3434 "cache" : true
3535 }
Original file line number Diff line number Diff line change @@ -143,6 +143,12 @@ $pivotgrid-expand-icon-text-offset: 0;
143143 }
144144
145145 .dx-column-header {
146+ .dx-pivotgrid-fields-area-head {
147+ tr > td :first-child {
148+ padding-left : 0 ;
149+ }
150+ }
151+
146152 .dx-pivotgrid-fields-area {
147153 .dx-area-field-container {
148154 display : block ;
@@ -152,26 +158,12 @@ $pivotgrid-expand-icon-text-offset: 0;
152158 }
153159 }
154160
155- .dx-filter-header {
156- .dx-pivotgrid-fields-area {
157- overflow : hidden ;
158- }
159- }
160-
161161 .dx-data-header ,
162162 .dx-column-header ,
163163 .dx-area-description-cell.dx-pivotgrid-background {
164164 background-color : $pivotgrid-totalcolor ;
165165 }
166166
167- .dx-column-header {
168- .dx-pivotgrid-fields-area-head {
169- tr > td :first-child {
170- padding-left : 0 ;
171- }
172- }
173- }
174-
175167 .dx-filter-header {
176168 .dx-area-field-container {
177169 border-spacing : $pivotgrid-filter-area-border-spacing ;
@@ -187,6 +179,10 @@ $pivotgrid-expand-icon-text-offset: 0;
187179 padding-left : $pivotgrid-common-field-padding ;
188180 }
189181 }
182+
183+ .dx-pivotgrid-fields-area {
184+ overflow : hidden ;
185+ }
190186 }
191187
192188 .dx-area-field.dx-area-box {
You can’t perform that action at this time.
0 commit comments