1
0

Task Search (#52)

Add hiding the search

Add actually searching for tasks

Fix jumping search button on page load

Add search button

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/52
This commit is contained in:
konrad
2020-01-31 10:05:53 +00:00
parent c8130bef61
commit 309f75b19d
5 changed files with 85 additions and 2 deletions

View File

@ -152,3 +152,6 @@
float: right;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
z-index: 4;
}