mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki / Prometheus: Fix query builder select component in safari (#71966)
* partial fix * remove unused import * fix that doesnt remove error message
This commit is contained in:
parent
89092a1e69
commit
34ee3b09de
@ -254,8 +254,6 @@ const getStyles = (theme: GrafanaTheme2, isConflicting: boolean) => {
|
|||||||
card: css({
|
card: css({
|
||||||
background: theme.colors.background.primary,
|
background: theme.colors.background.primary,
|
||||||
border: `1px solid ${theme.colors.border.medium}`,
|
border: `1px solid ${theme.colors.border.medium}`,
|
||||||
display: 'flex',
|
|
||||||
flexDirection: 'column',
|
|
||||||
cursor: 'grab',
|
cursor: 'grab',
|
||||||
borderRadius: theme.shape.borderRadius(1),
|
borderRadius: theme.shape.borderRadius(1),
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
Loading…
Reference in New Issue
Block a user