исправляем левый курсор в фильтрах
This commit is contained in:
parent
0f387df75a
commit
0e4888ab76
@ -40,7 +40,7 @@ export default class InputFilesFilter extends Component {
|
|||||||
<Checkbox
|
<Checkbox
|
||||||
label="Files filter"
|
label="Files filter"
|
||||||
checked={this.state.enabled}
|
checked={this.state.enabled}
|
||||||
style={{width: 150}}
|
style={{width: 150, display: 'flex', minWidth: 130}}
|
||||||
onCheck={() => this.setState({enabled: !this.state.enabled})}
|
onCheck={() => this.setState({enabled: !this.state.enabled})}
|
||||||
/>
|
/>
|
||||||
<div className='filter-control-row row inline w100p' style={{opacity: this.state.enabled ? 1 : 0.4, transition: '0.5s', paddingLeft: 9}}>
|
<div className='filter-control-row row inline w100p' style={{opacity: this.state.enabled ? 1 : 0.4, transition: '0.5s', paddingLeft: 9}}>
|
||||||
|
@ -40,7 +40,7 @@ export default class InputSize extends Component {
|
|||||||
<Checkbox
|
<Checkbox
|
||||||
label="Size filter"
|
label="Size filter"
|
||||||
checked={this.state.enabled}
|
checked={this.state.enabled}
|
||||||
style={{width: 150}}
|
style={{width: 150, display: 'flex', minWidth: 130}}
|
||||||
onCheck={() => this.setState({enabled: !this.state.enabled})}
|
onCheck={() => this.setState({enabled: !this.state.enabled})}
|
||||||
/>
|
/>
|
||||||
<div className='filter-control-row row inline w100p' style={{opacity: this.state.enabled ? 1 : 0.4, transition: '0.5s', paddingLeft: 9}}>
|
<div className='filter-control-row row inline w100p' style={{opacity: this.state.enabled ? 1 : 0.4, transition: '0.5s', paddingLeft: 9}}>
|
||||||
|
Loading…
Reference in New Issue
Block a user