mirror of
https://github.com/apache/superset.git
synced 2026-06-06 08:09:14 +00:00
chore: Changes the dashboard highlight color when selecting a filter (#15192)
This commit is contained in:
committed by
GitHub
parent
fc8ad4f984
commit
dafaaaeb28
@@ -100,9 +100,7 @@ const FilterFocusHighlight = React.forwardRef(
|
||||
const focusedChartStyles = {
|
||||
borderColor: theme.colors.primary.light2,
|
||||
opacity: 1,
|
||||
boxShadow: `0px 0px ${theme.gridUnit * 2}px ${
|
||||
theme.colors.primary.light2
|
||||
}`,
|
||||
boxShadow: `0px 0px ${theme.gridUnit * 2}px ${theme.colors.primary.base}`,
|
||||
pointerEvents: 'auto',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user