From e8c5af004fce7a10e17548a8b3397baf6f5178f0 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 19 Dec 2014 13:01:49 +1100 Subject: [PATCH] Add another class so we can see which row is clear filters --- app/views/shared/components/_filter_box.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/components/_filter_box.html.haml b/app/views/shared/components/_filter_box.html.haml index 0256a57ff1..efa8b582f2 100644 --- a/app/views/shared/components/_filter_box.html.haml +++ b/app/views/shared/components/_filter_box.html.haml @@ -1,4 +1,4 @@ -.row.filter-box.animate-show{"ng-show" => "filtersActive && totalActive() > 0"} +.row.filter-box.clear-filters.animate-show{"ng-show" => "filtersActive && totalActive() > 0"} .small-12.columns %a.button.secondary.small.expand{"ng-click" => "clearAll()"} %i.ofn-i_009-close