PanelTypeCard: Improve contrast for disabled cards (#69907)

This commit is contained in:
kay delaney
2023-06-15 13:00:14 +01:00
committed by GitHub
parent a65c3c1ebc
commit 5c152e5a24

View File

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