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 disabled style in AutoComplete,
close
#12594
pull/12548/head
afc163
6 years ago
parent
a4c1bccd2a
commit
4e09b3f4fc
1 changed files
with
3 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
3
components/auto-complete/style/index.less
3
components/auto-complete/style/index.less
View File
@ -52,6 +52,9 @@
&:hover {
.hover;
}
&[disabled] {
.disabled;
}
}
&-lg {
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
GitHub/ant-design
Title
Body
Create Issue