File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
web-common/src/features/dashboards/pivot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 type DimensionColumnProps ,
1616 type MeasureColumnProps ,
1717 } from " ./pivot-column-definition" ;
18- import { isShowMoreRow } from " ./pivot-utils" ;
1918 import {
2019 calculateMeasureWidth ,
2120 calculateRowDimensionWidth ,
2221 COLUMN_WIDTH_CONSTANTS as WIDTHS ,
2322 } from " ./pivot-column-width-utils" ;
23+ import { isShowMoreRow } from " ./pivot-utils" ;
2424 import type { PivotDataRow } from " ./types" ;
2525
2626 // State props
457457
458458 .with-row-dimension tr > th:first-of-type {
459459 @apply sticky left-0 z-20;
460- /* @apply bg-surface-subtle; */
460+ @apply bg-surface-base;
461461 }
462462
463463 .with-row-dimension tr > td:first-of-type {
464464 @apply sticky left-0 z-10;
465- /* @apply bg-surface-subtle; */
465+ @apply bg-surface-base;
466466 }
467467
468468 .with-row-dimension tr:hover > td:first-of-type {
You can’t perform that action at this time.
0 commit comments