Fix Cascader hover style, close #3015

This commit is contained in:
afc163 2016-09-12 14:31:29 +08:00
parent 5361dd3687
commit 472821013c

View File

@ -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 {