Fade out passive speakers.
parent
12efa3eb2c
commit
4c39a48d4e
|
|
@ -45,7 +45,14 @@ const styles = (theme) =>
|
||||||
},
|
},
|
||||||
'&.active-speaker' :
|
'&.active-speaker' :
|
||||||
{
|
{
|
||||||
|
transition : 'filter .2s',
|
||||||
|
filter : 'grayscale(0)',
|
||||||
borderColor : 'var(--active-speaker-border-color)'
|
borderColor : 'var(--active-speaker-border-color)'
|
||||||
|
},
|
||||||
|
'&:not(.active-speaker)' :
|
||||||
|
{
|
||||||
|
transition : 'filter 2s',
|
||||||
|
filter : 'grayscale(0.75)'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fab :
|
fab :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue