mirror of
https://github.com/grafana/grafana.git
synced 2025-01-25 15:56:56 -06:00
PanelTypeCard: Improve contrast for disabled cards (#69907)
This commit is contained in:
parent
a65c3c1ebc
commit
5c152e5a24
@ -116,7 +116,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
background: ${theme.colors.action.selected};
|
||||
`,
|
||||
disabled: css`
|
||||
opacity: ${theme.colors.action.disabledOpacity};
|
||||
opacity: 0.6;
|
||||
filter: grayscale(1);
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
|
Loading…
Reference in New Issue
Block a user