This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
GitHub
/
ant-design
Watch
6
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Fix clear icon of Select,
close
#1861
pull/1835/head
afc163
9 years ago
parent
56f4f0688d
commit
f920e4a9d0
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
components/select/style/index.less
2
components/select/style/index.less
View File
@ -115,6 +115,8 @@
&__clear {
display: none;
visibility: hidden;
pointer-events: none;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
GitHub/ant-design
Title
Body
Create Issue