vnDropDown style fixes

This commit is contained in:
Juan 2018-03-09 14:59:08 +01:00
parent 839fffb8fa
commit ae3ff3c25c
1 changed files with 2 additions and 2 deletions

View File

@ -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%;