Commit 6677fc0147688c811137d937cf0399b2229189be

Authored by 梁灏
1 parent 502ef173

fixed #5249

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/styles/components/select.less
@@ -166,6 +166,7 @@ @@ -166,6 +166,7 @@
166 &[disabled]{ 166 &[disabled]{
167 cursor: @cursor-disabled; 167 cursor: @cursor-disabled;
168 color: #ccc; 168 color: #ccc;
  169 + -webkit-text-fill-color: #ccc; // #5249
169 } 170 }
170 } 171 }
171 172