1
0

Replace vue-multiselect with a custom component (#366)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/366
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
This commit is contained in:
konrad
2021-01-06 22:36:31 +00:00
parent 6178fe034b
commit fe6d975134
26 changed files with 986 additions and 1022 deletions

View File

@ -128,10 +128,8 @@
}
}
.field.has-addons {
.control .select select {
height: 2.25em;
}
.field.has-addons .control .select select {
height: 100%;
}
.bigbuttons {

View File

@ -58,6 +58,10 @@ h1, h2, h3, h4, h5, h6 {
border-radius: $radius;
}
.has-overflow {
overflow: visible;
}
.image.is-avatar {
border-radius: 100%;
}