mirror of https://github.com/ElemeFE/element
Update cascader.css (#3862)
Update cascader.css so that it looks better in non-white backgroundpull/3877/head
parent
01e2115dfb
commit
b51e801e84
|
@ -7,12 +7,12 @@
|
|||
@b cascader {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
background-color: transparent;
|
||||
|
||||
.el-input,
|
||||
.el-input__inner {
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
background-color: #fff;
|
||||
z-index: var(--index-normal);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue