From b887ad8e5480c102275743e94c0115cd3d62abaa Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 18 May 2017 14:56:11 +0800 Subject: [PATCH] Fix selected background --- components/select/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/select/style/index.less b/components/select/style/index.less index 77c60d2925..7098e50cb2 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -482,7 +482,7 @@ &-selected { &, &:hover { - background-color: @background-color-active; + background-color: @background-color-base; font-weight: bold; color: @text-color; }