Canvas: Fix emotion style property error (#88162)
fix(canvas): emotion style property error
This commit is contained in:
@@ -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: '" "',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user