mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Fix Cascader hover style, close #3015
This commit is contained in:
parent
5361dd3687
commit
472821013c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user