- simple search box as extra vue component: simple-search-component

This commit is contained in:
Arno Kaimbacher 2021-12-22 16:48:59 +01:00
parent 89c79ec034
commit ed7bd8c4d2
6 changed files with 176 additions and 50 deletions

View file

@ -113,6 +113,10 @@ export default VsInput;
border-radius: 4px;
color: #363636;
}
input {
border-width: 0;
box-shadow: none;
}
.autocomplete-results {
padding: 0;