mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Fix emotion style property error (#88162)
fix(canvas): emotion style property error
This commit is contained in:
parent
a035040630
commit
b4c368e72c
@ -45,7 +45,7 @@ export function getGlobalStyles(theme: GrafanaTheme2) {
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
boxShadow: 'inset 0 0 0 2px blue',
|
||||
content: '',
|
||||
content: '""',
|
||||
},
|
||||
'& ~ .rc-tree-treenode': {
|
||||
borderLeft: `2px solid ${theme.components.input.borderColor}`,
|
||||
@ -167,7 +167,7 @@ export function getGlobalStyles(theme: GrafanaTheme2) {
|
||||
borderLeft: 0,
|
||||
WebkitTransform: 'scale(1)',
|
||||
transform: 'scale(1)',
|
||||
content: ' ',
|
||||
content: '" "',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user