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; }