[Search] Filter options display styling

This commit is contained in:
slhale
2015-08-13 16:54:15 -07:00
parent 2ca7a175bd
commit c17ec19f97
3 changed files with 37 additions and 39 deletions

View File

@@ -107,13 +107,16 @@
<!-- Active filter display -->
<div class="active-filter-display"
ng-if="filtersString !== ''"
ng-class="{on: filterString !== ''}">
Filtered by: {{ filtersString }}
ng-if="filtersString !== '' && ngModel.search">
<a class="ui-symbol clear-filters-icon"
ng-click="ngModel.checkAll = true; controller.checkAll(); controller.updateOptions()">
x
</a>
<div class="filter-options">
Filtered by: {{ filtersString }}
</div>
</div>
<!-- This div exists to determine scroll bar location -->