Skip to content

Commit c439d9d

Browse files
authored
[RTE][A11Y] Resolve A11Y issue around rich text editor table size selection buttons. (#4766)
* Resolve issue around rich text editor table size selection buttons. * Change files
1 parent 47cbffc commit c439d9d

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "",
5+
"comment": "Resolve issue around rich text editor table size selection buttons.",
6+
"packageName": "@azure/communication-react",
7+
"email": "palatter@microsoft.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "",
5+
"comment": "Resolve issue around rich text editor table size selection buttons.",
6+
"packageName": "@azure/communication-react",
7+
"email": "palatter@microsoft.com",
8+
"dependentChangeType": "patch"
9+
}

packages/react-components/src/components/styles/RichTextEditor.styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ export const sendBoxRichTextEditorStyle = (isExpanded: boolean): RichTextEditorS
265265
*/
266266
export const insertTableMenuCellButtonStyles = (theme: Theme): IStyle => {
267267
return {
268-
width: '16px',
269-
height: '16px',
268+
width: '24px',
269+
height: '24px',
270270
border: `solid 1px ${theme.palette.neutralTertiaryAlt}`,
271271
cursor: 'pointer',
272272
background: 'transparent'

0 commit comments

Comments
 (0)