From cebdb29bf60c53b3c9124be0c490d2d3bf8b10c2 Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Mon, 28 Nov 2022 17:38:31 +0800 Subject: [PATCH] fix(select): #2331 --- components/select/style/select-input.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/select/style/select-input.scss b/components/select/style/select-input.scss index f2ca87cd8..64e8c7677 100644 --- a/components/select/style/select-input.scss +++ b/components/select/style/select-input.scss @@ -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'); }