mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(dashboard): revert cell hover and active colors to grayscale (#36991)
This commit is contained in:
@@ -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};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user