Skip to content

Commit

Permalink
Merge pull request alibaba-fusion#1621 from youluna/fix-input-cannot-…
Browse files Browse the repository at this point in the history
…see-normal-bg

docs(Input): can not see normal background
  • Loading branch information
youluna authored Mar 4, 2020
2 parents 449a0ae + a12d1d6 commit e00ba42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/input/theme/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ function render(i18n) {
<Demo title="Textfield" block>
<DemoHead cols={['L', 'M', 'S']}/>

<DemoGroup label="Normal">
<Input placeholder={i18n.large} size="large"/>
<Input placeholder={i18n.medium}/>
<Input placeholder={i18n.small} size="small"/>
<DemoGroup label="Normal" id="test">
<Input placeholder={i18n.large} size="large" style={{pointerEvents: 'none'}}/>
<Input placeholder={i18n.medium} style={{pointerEvents: 'none'}}/>
<Input placeholder={i18n.small} size="small" style={{pointerEvents: 'none'}}/>
</DemoGroup>
<DemoGroup label="Focused">
<Input value={i18n.focus} size="large" className="next-focus"/>
Expand Down

0 comments on commit e00ba42

Please sign in to comment.