diff --git a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/Styles.js b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/Styles.js index 327104c6b22a..12e6dbe33388 100644 --- a/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/Styles.js +++ b/superset-frontend/plugins/plugin-chart-pivot-table/src/react-pivottable/Styles.js @@ -28,6 +28,7 @@ export const Styles = styled.div` text-align: left; margin: ${theme.sizeUnit}px; border-collapse: separate; + border-spacing: 0; font-family: ${theme.fontFamily}; line-height: 1.4; } @@ -54,6 +55,12 @@ export const Styles = styled.div` table.pvtTable tbody tr.pvtRowTotals { position: ${isDashboardEditMode ? 'inherit' : 'sticky'}; bottom: 0; + background-color: ${theme.colorBgBase}; + } + + table.pvtTable tbody tr.pvtRowTotals th, + table.pvtTable tbody tr.pvtRowTotals td { + background-color: ${theme.colorBgBase}; } table.pvtTable thead tr:last-of-type th,