From 3e24e4310014f14bc638fd5ff4f79854ede78c3c Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 10 Jul 2014 12:05:11 +1000 Subject: [PATCH] Tweak icons for up / down --- app/views/home/_filters.html.haml | 4 ++-- app/views/producers/_filters.html.haml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/home/_filters.html.haml b/app/views/home/_filters.html.haml index eaebe08025..cf157a611e 100644 --- a/app/views/home/_filters.html.haml +++ b/app/views/home/_filters.html.haml @@ -2,8 +2,8 @@ .small-12.columns %a.button.primary.tiny.filterbtn{{"ng-click" => "filtersActive = !filtersActive"}} {{ filterText(filtersActive) }} - %i.ofn-i_052-point-down{"ng-show" => "!filtersActive"} - %i.ofn-i_053-point-up{"ng-show" => "filtersActive"} + %i.ofn-i_005-caret-down{"ng-show" => "!filtersActive"} + %i.ofn-i_006-caret-up{"ng-show" => "filtersActive"} .row.animate-show{"ng-show" => "filtersActive"} .small-12.columns diff --git a/app/views/producers/_filters.html.haml b/app/views/producers/_filters.html.haml index 5fd89d4323..d5158858b1 100644 --- a/app/views/producers/_filters.html.haml +++ b/app/views/producers/_filters.html.haml @@ -2,8 +2,8 @@ .small-12.columns %a.button.primary.tiny.filterbtn{{"ng-click" => "filtersActive = !filtersActive"}} {{ filterText(filtersActive) }} - %i.ofn-i_052-point-down{"ng-show" => "!filtersActive"} - %i.ofn-i_053-point-up{"ng-show" => "filtersActive"} + %i.ofn-i_005-caret-down{"ng-show" => "!filtersActive"} + %i.ofn-i_006-caret-up{"ng-show" => "filtersActive"} .row.animate-show{"ng-show" => "filtersActive"} .small-12.columns