Skip to content

Commit 082f848

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/playwright/multi-893bcbaee7
2 parents c77d3a5 + b6748d2 commit 082f848

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/content/components/Topbar/TextResizer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const TextResizer = (props: TextResizerProps) => {
5757
dataAnalyticsLabel='Change text size'
5858
{...props}
5959
>
60-
<Styled.TextResizerMenu tabIndex={0} bookTheme={props.bookTheme} textSize={props.textSize}>
60+
<Styled.TextResizerMenu bookTheme={props.bookTheme} textSize={props.textSize}>
6161
<label id='text-resizer-label'><FormattedMessage id='i18n:toolbar:textresizer:popup:heading' /></label>
6262
<div className='controls'>
6363
<Styled.TextResizerChangeButton

src/app/content/components/Topbar/__snapshots__/index.spec.tsx.snap

-1
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,6 @@ exports[`text resizer opens menu when clicking menu button 1`] = `
16441644
</button>
16451645
<div
16461646
className="c20"
1647-
tabIndex={0}
16481647
>
16491648
<label
16501649
id="text-resizer-label"

0 commit comments

Comments
 (0)