mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
Chore: Fix lint error in grafana-prometheus (#87421)
This commit is contained in:
parent
b68f40d5c5
commit
1654b719e9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user