Remove greyscale for now, confusing for users.
This commit is contained in:
@@ -37,14 +37,14 @@ const styles = (theme) =>
|
|||||||
},
|
},
|
||||||
'&.active-speaker' :
|
'&.active-speaker' :
|
||||||
{
|
{
|
||||||
transition : 'filter .2s',
|
// transition : 'filter .2s',
|
||||||
filter : 'grayscale(0)',
|
// filter : 'grayscale(0)',
|
||||||
borderColor : 'var(--active-speaker-border-color)'
|
borderColor : 'var(--active-speaker-border-color)'
|
||||||
},
|
},
|
||||||
'&:not(.active-speaker):not(.screen)' :
|
'&:not(.active-speaker):not(.screen)' :
|
||||||
{
|
{
|
||||||
transition : 'filter 10s',
|
// transition : 'filter 10s',
|
||||||
filter : 'grayscale(0.75)'
|
// filter : 'grayscale(0.75)'
|
||||||
},
|
},
|
||||||
'&.webcam' :
|
'&.webcam' :
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -37,14 +37,14 @@ const styles = (theme) =>
|
|||||||
},
|
},
|
||||||
'&.active-speaker' :
|
'&.active-speaker' :
|
||||||
{
|
{
|
||||||
transition : 'filter .2s',
|
// transition : 'filter .2s',
|
||||||
filter : 'grayscale(0)',
|
// filter : 'grayscale(0)',
|
||||||
borderColor : 'var(--active-speaker-border-color)'
|
borderColor : 'var(--active-speaker-border-color)'
|
||||||
},
|
},
|
||||||
'&:not(.active-speaker):not(.screen)' :
|
'&:not(.active-speaker):not(.screen)' :
|
||||||
{
|
{
|
||||||
transition : 'filter 10s',
|
// transition : 'filter 10s',
|
||||||
filter : 'grayscale(0.75)'
|
// filter : 'grayscale(0.75)'
|
||||||
},
|
},
|
||||||
'&.webcam' :
|
'&.webcam' :
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user