mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(dashboard): revert cell hover and active colors to grayscale (#36991)
This commit is contained in:
@@ -145,7 +145,7 @@ export const Styles = styled.div`
|
||||
}
|
||||
|
||||
.hoverable:hover {
|
||||
background-color: ${theme.colorPrimaryBgHover};
|
||||
background-color: ${theme.colorFillContentHover};
|
||||
cursor: pointer;
|
||||
}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user