[v10.0.x] PanelTypeCard: Improve contrast for disabled cards (#70151)
PanelTypeCard: Improve contrast for disabled cards (#69907)
(cherry picked from commit 5c152e5a24)
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
This commit is contained in:
co-authored by
kay delaney
parent
4f90970027
commit
9e6811995d
@@ -115,7 +115,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;
|
||||
|
||||
Reference in New Issue
Block a user