Chore: Fix lint error in grafana-prometheus (#87421)

This commit is contained in:
kay delaney 2024-05-07 10:40:55 +01:00 committed by GitHub
parent b68f40d5c5
commit 1654b719e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,8 +150,10 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => ({
width: '50%',
right: 0,
textAlign: 'right',
transition: 'opacity 100ms linear',
opacity: 0,
[theme.transitions.handleMotion('no-preference', 'reduce')]: {
transition: 'opacity 100ms linear',
},
}),
statusShowing: css({
opacity: 1,