chore: alex - fix debug background

This commit is contained in:
Alex Spencer
2025-12-05 09:39:18 -08:00
parent 444eabcabb
commit d965857ff0
@@ -1018,7 +1018,8 @@ const getStyles = (theme: GrafanaTheme2, colors: ReturnType<typeof usePanelDataP
letterSpacing: '0.05em',
}),
debugButtonActive: css({
'&:focus, &:active, &:focus:active': {
background: '#441306',
'&:hover, &:focus, &:active, &:focus:active': {
background: '#441306',
},
}),