File tree 2 files changed +1
-2
lines changed
src/app/content/components/Topbar
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const TextResizer = (props: TextResizerProps) => {
57
57
dataAnalyticsLabel = 'Change text size'
58
58
{ ...props }
59
59
>
60
- < Styled . TextResizerMenu tabIndex = { 0 } bookTheme = { props . bookTheme } textSize = { props . textSize } >
60
+ < Styled . TextResizerMenu bookTheme = { props . bookTheme } textSize = { props . textSize } >
61
61
< label id = 'text-resizer-label' > < FormattedMessage id = 'i18n:toolbar:textresizer:popup:heading' /> </ label >
62
62
< div className = 'controls' >
63
63
< Styled . TextResizerChangeButton
Original file line number Diff line number Diff line change @@ -1644,7 +1644,6 @@ exports[`text resizer opens menu when clicking menu button 1`] = `
1644
1644
</button >
1645
1645
<div
1646
1646
className = " c20"
1647
- tabIndex = { 0 }
1648
1647
>
1649
1648
<label
1650
1649
id = " text-resizer-label"
You can’t perform that action at this time.
0 commit comments