mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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%',
|
width: '50%',
|
||||||
right: 0,
|
right: 0,
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
transition: 'opacity 100ms linear',
|
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
|
[theme.transitions.handleMotion('no-preference', 'reduce')]: {
|
||||||
|
transition: 'opacity 100ms linear',
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
statusShowing: css({
|
statusShowing: css({
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user