Skip to content

Commit

Permalink
feat(fullscreenVideoCall): responsive video controls
Browse files Browse the repository at this point in the history
  • Loading branch information
dariaoldenburg committed Dec 2, 2024
1 parent ac4e82d commit 568c33e
Show file tree
Hide file tree
Showing 5 changed files with 728 additions and 543 deletions.
25 changes: 0 additions & 25 deletions src/script/components/calling/FullscreenVideoCall.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@ export const classifiedBarStyles: CSSObject = {
display: 'flex',
};

export const videoControlActiveStyles = css`
background-color: var(--main-color);
border: 1px solid var(--main-color);
svg,
svg > path {
fill: var(--app-bg-secondary);
}
&:hover {
background-color: var(--background);
}
&:active {
background-color: var(--accent-color-highlight-inversed);
border: 1px solid var(--accent-color-focus);
}
`;

export const videoControlInActiveStyles = css`
background-color: var(--inactive-call-button-bg);
border: 1px solid var(--inactive-call-button-border);
Expand All @@ -57,15 +41,6 @@ export const videoControlInActiveStyles = css`
}
`;

export const videoControlDisabledStyles = css`
background-color: var(--disabled-call-button-bg);
border: 1px solid var(--disabled-call-button-border);
cursor: default;
svg {
fill: var(--disabled-call-button-svg);
}
`;

export const paginationButtonStyles: CSSObject = {
['& svg > path']: {
fill: 'var(--main-color)',
Expand Down
Loading

0 comments on commit 568c33e

Please sign in to comment.