From 5237d0a87b00f5e32ca8d801932ca12faf155059 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 6 May 2016 12:17:44 +0800 Subject: [PATCH] Fix select input color --- components/style/core/base.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/core/base.less b/components/style/core/base.less index 89e080c8fe..c84fdd2b4e 100644 --- a/components/style/core/base.less +++ b/components/style/core/base.less @@ -34,6 +34,7 @@ button,input,select,textarea { font-family: inherit; font-size: inherit; line-height: inherit; + color: inherit; } ul,