Browse Source

docs: optimize input demo (#23990)

* docs: optimize input demo

* docs: optimize input demo

* fix: style

* remove
pull/24000/head
xrkffgg 5 years ago
committed by GitHub
parent
commit
338733d70f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      components/input/demo/group.md

6
components/input/demo/group.md

@ -179,7 +179,8 @@ ReactDOM.render(<App />, mountNode);
border-left-width: 0; border-left-width: 0;
} }
.site-input-group-wrapper .site-input-right:hover { .site-input-group-wrapper .site-input-right:hover,
.site-input-group-wrapper .site-input-right:focus {
border-left-width: 1px; border-left-width: 1px;
} }
@ -187,7 +188,8 @@ ReactDOM.render(<App />, mountNode);
border-right-width: 0; border-right-width: 0;
} }
.site-input-group-wrapper .ant-input-rtl.site-input-right:hover { .site-input-group-wrapper .ant-input-rtl.site-input-right:hover,
.site-input-group-wrapper .ant-input-rtl.site-input-right:focus {
border-right-width: 1px; border-right-width: 1px;
} }
``` ```

Loading…
Cancel
Save