Revert "fixes Tasks UI (#11036)"

This reverts commit f548103f4c.
This commit is contained in:
Sabe Jones
2019-03-12 19:20:40 -05:00
parent ee20b1eea8
commit b954379f38
4 changed files with 9 additions and 32 deletions

View File

@@ -12,7 +12,7 @@
.col-12.col-md-4.offset-md-4
.d-flex
input.form-control.input-search(type="text", :placeholder="$t('search')", v-model="searchText")
button.btn.btn-secondary.dropdown-toggle.ml-2.d-flex.align-items-center.search-button(
button.btn.btn-secondary.dropdown-toggle.ml-2.d-flex.align-items-center(
type="button",
@click="toggleFilterPanel()",
:class="{active: selectedTags.length > 0}",
@@ -110,10 +110,6 @@
padding-top: 16px;
}
.input-search, .search-button {
height: 40px;
}
.tasks-navigation {
margin-bottom: 20px;
}