From ebd66d0082d63056e18b31764206f0c7fa432fc5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 1 May 2017 14:18:16 +0800 Subject: [PATCH] fix missing less variable --- components/select/style/index.less | 4 ++-- components/time-picker/style/index.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/select/style/index.less b/components/select/style/index.less index c2f9f208c8..8c0719a425 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -298,7 +298,7 @@ } .@{select-prefix-cls}-selection__choice { - background-color: @cascader-active-bg; + background-color: #f3f3f3; border-radius: 4px; cursor: default; float: left; @@ -479,7 +479,7 @@ &-selected { &, &:hover { - background-color: @cascader-active-bg; + background-color: @background-color-base; font-weight: bold; color: @text-color; } diff --git a/components/time-picker/style/index.less b/components/time-picker/style/index.less index b9a0cb13b5..f937bc5bcf 100644 --- a/components/time-picker/style/index.less +++ b/components/time-picker/style/index.less @@ -130,7 +130,7 @@ } li&-option-selected { - background: @cascader-active-bg; + background: @background-color-base; font-weight: bold; }