Skip to content

Commit

Permalink
Merge pull request #2332 from XiaoMi/hotfix/#2331
Browse files Browse the repository at this point in the history
fix(select): #2331
  • Loading branch information
solarjoker authored Nov 29, 2022
2 parents c1500a6 + cebdb29 commit db88267
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/select/style/select-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,25 +109,21 @@
}

input::-webkit-input-placeholder {
font-weight: 300;
color: use-color('gray-50');
}

input::-moz-placeholder {
/* Mozilla Firefox 19+ */
font-weight: 300;
color: use-color('gray-50');
}

input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
font-weight: 300;
color: use-color('gray-50');
}

input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
font-weight: 300;
color: use-color('gray-50');
}

Expand Down

0 comments on commit db88267

Please sign in to comment.