vnDropDown style fixes
This commit is contained in:
parent
839fffb8fa
commit
ae3ff3c25c
|
@ -35,14 +35,14 @@ vn-drop-down {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
padding: .7em;
|
padding: .6em;
|
||||||
}
|
}
|
||||||
& > vn-icon[icon=clear] {
|
& > vn-icon[icon=clear] {
|
||||||
display: none;
|
display: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: .5em;
|
right: .5em;
|
||||||
top: .7em;
|
top: .6em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
color: #888;
|
color: #888;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
Loading…
Reference in New Issue