9 lines
286 B
SCSS
9 lines
286 B
SCSS
@use 'basic-block.scss';
|
|
@use 'locked.scss';
|
|
|
|
// While locked, dim and disable interaction on the non-selected cameras in the
|
|
// grid so input stays on the selected camera (e.g. during a call).
|
|
:host([locked]) advanced-camera-card-live-carousel[unselected] {
|
|
@include locked.style;
|
|
}
|