mirror of https://github.com/grafana/grafana.git
Accessibility: Increase contrast of `MonacoQueryField` placeholder (#78176)
increase contrast of promqueryfield placeholder
This commit is contained in:
parent
c0a866d7c7
commit
4ebfce8b9a
|
|
@ -88,7 +88,7 @@ const getStyles = (theme: GrafanaTheme2, placeholder: string) => {
|
|||
::after {
|
||||
content: '${placeholder}';
|
||||
font-family: ${theme.typography.fontFamilyMonospace};
|
||||
opacity: 0.3;
|
||||
opacity: 0.6;
|
||||
}
|
||||
`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue