Accessibility: Increase contrast of MonacoQueryField placeholder (#78176)
increase contrast of promqueryfield placeholder
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
|
|||||||
::after {
|
::after {
|
||||||
content: '${placeholder}';
|
content: '${placeholder}';
|
||||||
font-family: ${theme.typography.fontFamilyMonospace};
|
font-family: ${theme.typography.fontFamilyMonospace};
|
||||||
opacity: 0.3;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user