mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 00:59:59 +00:00
Fix options page tab order
This commit is contained in:
@@ -174,6 +174,11 @@ class OptionsApp extends Component<{}, OptionsAppState> {
|
||||
onSubmit={ this.handleFormSubmit }
|
||||
onChange={ this.handleFormChange }>
|
||||
|
||||
<Bridge info={ this.state.bridgeInfo }
|
||||
loading={ this.state.bridgeLoading }
|
||||
options={ this.state.options }
|
||||
onChange={ this.handleInputChange } />
|
||||
|
||||
<fieldset className="category">
|
||||
<legend className="category__name">
|
||||
<h2>{ _("optionsMediaCategoryName") }</h2>
|
||||
@@ -432,12 +437,6 @@ class OptionsApp extends Component<{}, OptionsAppState> {
|
||||
{ _("optionsSave") }
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{ // Workaround for form default button }
|
||||
<Bridge info={ this.state.bridgeInfo }
|
||||
loading={ this.state.bridgeLoading }
|
||||
options={ this.state.options }
|
||||
onChange={ this.handleInputChange } /> }
|
||||
</form>
|
||||
|
||||
<details className="about">
|
||||
|
||||
@@ -242,8 +242,8 @@ button.ghost:not(:hover) {
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
#form > .category:not(:first-child) {
|
||||
border-top: 1px solid var(--border-color);
|
||||
#form > .category {
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user