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