From 472821013c88f624421251021fb1adc5b426c239 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 12 Sep 2016 14:31:29 +0800 Subject: [PATCH] Fix Cascader hover style, close #3015 --- components/cascader/style/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/cascader/style/index.less b/components/cascader/style/index.less index d084e01bec..6575d433b6 100644 --- a/components/cascader/style/index.less +++ b/components/cascader/style/index.less @@ -10,6 +10,8 @@ cursor: pointer; width: 100%; z-index: 1; + background: transparent; + color: transparent; } &-picker { position: relative; @@ -36,7 +38,6 @@ overflow: hidden; width: 100%; padding: 0 12px 0 8px; - z-index: 1; } &-clear {