Canvas: Fix emotion style property error (#88162)

fix(canvas): emotion style property error
This commit is contained in:
Ihor Yeromin 2024-05-22 16:20:40 +02:00 committed by GitHub
parent a035040630
commit b4c368e72c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: '" "',
},
},
},