fix(dashboard): revert cell hover and active colors to grayscale (#36991)

(cherry picked from commit 0404c99e39)
This commit is contained in:
Reynold Morel
2026-01-13 15:22:37 -04:00
committed by Joe Li
parent b183f04fa5
commit 98c8ffa0df
3 changed files with 5 additions and 5 deletions

View File

@@ -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 {