From b55bced488711c8e4d8a827e10c41dea0b568b1c Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 19 Dec 2014 12:53:48 +1100 Subject: [PATCH] Put show hide animation back in for clear button --- .../shared/components/_filter_box_shopfront.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/shared/components/_filter_box_shopfront.html.haml b/app/views/shared/components/_filter_box_shopfront.html.haml index f73d13f69f..7a2aa23296 100644 --- a/app/views/shared/components/_filter_box_shopfront.html.haml +++ b/app/views/shared/components/_filter_box_shopfront.html.haml @@ -1,4 +1,4 @@ -/ %span.animate-show{"ng-show" => "filtersActive && totalActive() > 0"} -%a.button.secondary.tiny{"ng-click" => "clearAll()"} - %i.ofn-i_009-close - Clear all filters +%span.animate-show{"ng-show" => "filtersActive && totalActive() > 0"} + %a.button.secondary.tiny{"ng-click" => "clearAll()"} + %i.ofn-i_009-close + Clear all filters