other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6677fc0147688c811137d937cf0399b2229189be
Authored by
梁灏
2019-03-04 16:15:18 +0800
1 parent
502ef173
fixed #5249
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/styles/components/select.less
Inline
Side-by-side
src/styles/components/select.less
Wrap text
Show/Hide comments
View file @
6677fc0
...
...
@@ -166,6 +166,7 @@
166
166
&[disabled]{
167
167
cursor: @cursor-disabled;
168
168
color: #ccc;
169
+ -webkit-text-fill-color: #ccc; // #5249
169
170
}
170
171
}
171
172
...
...