Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "patch",
"area": "fix",
"workstream": "Background blur",
"comment": "Fix rendering issues in the video effects picker",
"packageName": "@azure/communication-react",
"email": "94866715+dmceachernmsft@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "patch",
"area": "fix",
"workstream": "Background blur",
"comment": "Fix rendering issues in the video effects picker",
"packageName": "@azure/communication-react",
"email": "94866715+dmceachernmsft@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,45 +39,19 @@ export const videoEffectsItemContainerStyles = (args: {
cursor: args.disabled ? 'default' : 'pointer',
height: VideoEffectsItemContainerHeight,
width: VideoEffectsItemContainerWidth,
border: args.isSelected
outlineOffset: '-1px',
outline: args.isSelected
? `${borderActiveThickness} solid ${args.theme.palette.themePrimary}`
: `${borderDefaultThickness} solid ${args.theme.palette.neutralQuaternaryAlt}`,
// Use :after to display a border element. This is used to prevent the background image
// resizing when the border thichkness is changed. We also want the border to be inside
// the frame of the container, i.e. we want it to expand inwards and not outwards when
// border thickness changes from hover/selection.
':after': {
content: '""',
':hover': {
boxSizing: 'border-box',
height: VideoEffectsItemContainerBorderHeight,
width: VideoEffectsItemContainerBorderWidth,
borderRadius: '0.25rem',
transform: 'translate(-1rem, -3.3rem)',
display: 'flex'
},
':hover': {
':after': {
border:
args.disabled && !args.isSelected
? `${borderDefaultThickness} solid ${args.theme.palette.neutralQuaternaryAlt}`
: `${borderActiveThickness} solid ${args.theme.palette.themePrimary}`,
transform: 'translate(-1rem, -3.3rem)'
}
},
':focus': {
':after': {
outline: 'none',
transform: 'translate(-0.1rem, -0.2rem)',
':hover': {
transform: 'translate(-0.1rem, -0.2rem)'
}
}
},
':active': {
':after': {
outline: 'none',
transform: 'translate(-1rem, -3.3rem)'
}
height: VideoEffectsItemContainerBorderHeight,
outlineOffset: '-1px',
outline:
args.disabled && !args.isSelected
? `${borderDefaultThickness} solid ${args.theme.palette.neutralQuaternaryAlt}`
: `${borderActiveThickness} solid ${args.theme.palette.themePrimary}`
}
}
};
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.