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": "",
"comment": "Update rich text editor border table size selection color for A11y",
"packageName": "@azure/communication-react",
"email": "73612854+palatter@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": "",
"comment": "Update rich text editor border table size selection color for A11y",
"packageName": "@azure/communication-react",
"email": "73612854+palatter@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const insertTableMenuCellButtonStyles = (theme: Theme): IStyle => {
return {
width: '24px',
height: '24px',
border: `solid 0.5px ${theme.palette.neutralSecondary}`,
border: `solid 0.5px ${theme.palette.neutralSecondaryAlt}`,
cursor: 'pointer',
background: 'transparent'
};
Expand All @@ -278,7 +278,8 @@ export const insertTableMenuCellButtonStyles = (theme: Theme): IStyle => {
*/
export const insertTableMenuCellButtonSelectedStyles = (theme: Theme): IStyle => {
return {
background: theme.palette.themePrimary
background: theme.palette.themePrimary,
border: `solid 0.5px ${theme.palette.themeLighterAlt}`
};
};

Expand All @@ -298,7 +299,7 @@ export const insertTableMenuFocusZone = (theme: Theme): string => {
return mergeStyles({
display: 'inline-grid',
gridTemplateColumns: 'auto auto auto auto auto',
border: `solid 0.5px ${theme.palette.neutralSecondary}`
border: `solid 0.5px ${theme.palette.neutralSecondaryAlt}`
});
};

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.