diff --git a/superset-frontend/plugins/plugin-chart-ag-grid-table/src/styles/index.tsx b/superset-frontend/plugins/plugin-chart-ag-grid-table/src/styles/index.tsx index 4d7f4f3c8ed..e3aedf7e6ea 100644 --- a/superset-frontend/plugins/plugin-chart-ag-grid-table/src/styles/index.tsx +++ b/superset-frontend/plugins/plugin-chart-ag-grid-table/src/styles/index.tsx @@ -287,14 +287,14 @@ export const StyledChartContainer = styled.div<{ .dt-is-filter { cursor: pointer; :hover { - background-color: ${theme.colorPrimaryBgHover}; + background-color: ${theme.colorFillContentHover}; } } .dt-is-active-filter { background: ${theme.colorPrimaryBg}; :hover { - background-color: ${theme.colorPrimaryBgHover}; + background-color: ${theme.colorFillContentHover}; } } 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 12e6dbe3338..4b9cbd4d4c8 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 @@ -145,7 +145,7 @@ export const Styles = styled.div` } .hoverable:hover { - background-color: ${theme.colorPrimaryBgHover}; + background-color: ${theme.colorFillContentHover}; cursor: pointer; } `} diff --git a/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx b/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx index 4d7a61af6f5..27bea632bc1 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/Styles.tsx @@ -120,12 +120,12 @@ export default styled.div` } td.dt-is-filter:hover { - background-color: ${theme.colorPrimaryBgHover}; + background-color: ${theme.colorFillContentHover}; } td.dt-is-active-filter, td.dt-is-active-filter:hover { - background-color: ${theme.colorPrimaryBgHover}; + background-color: ${theme.colorFillContentHover}; } .dt-global-filter {