fix tabIndex for the settings closed caption submenu
This commit is contained in:
parent
eef9fd782a
commit
80d4feedcc
@ -280,7 +280,7 @@ class ClosedCaptionsMenu extends BaseMenu {
|
||||
className={cx(styles.formElement, styles.pullContentRight)}
|
||||
aria-label={intl.formatMessage(intlMessages.backgroundColorLabel)}>
|
||||
<div
|
||||
tabIndex='12'
|
||||
tabIndex='0'
|
||||
className={ styles.swatch }
|
||||
onClick={ this.handleColorPickerClick.bind(this, 'displayBackgroundColorPicker') }>
|
||||
<div
|
||||
@ -320,7 +320,7 @@ class ClosedCaptionsMenu extends BaseMenu {
|
||||
className={cx(styles.formElement, styles.pullContentRight)}
|
||||
aria-label={intl.formatMessage(intlMessages.fontColorLabel)}>
|
||||
<div
|
||||
tabIndex='12'
|
||||
tabIndex='0'
|
||||
className={ styles.swatch }
|
||||
onClick={ this.handleColorPickerClick.bind(this, 'displayFontColorPicker') }>
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user