From 0a6cbf1140c4a1e94376f0d4340d017c9da41d0c Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 30 Oct 2015 09:42:33 +0100 Subject: [PATCH] fix issues 3410 - fix team filters icon --- app/partials/includes/modules/team/team-filters.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/partials/includes/modules/team/team-filters.jade b/app/partials/includes/modules/team/team-filters.jade index bd0fe677..d2d68cb9 100644 --- a/app/partials/includes/modules/team/team-filters.jade +++ b/app/partials/includes/modules/team/team-filters.jade @@ -6,6 +6,7 @@ section.team-filters form.search-in fieldset input(type="text", placeholder="{{'TEAM.PLACEHOLDER_INPUT_SEARCH' | translate}}", ng-model="filtersQ") - a.icon.icon-search(href="", title="{{'COMMON.FILTERS.TITLE_ACTION_FILTER_BUTTON' | translate}}") + .icon-search-wrapper + a.icon.icon-search(href="", title="{{'COMMON.FILTERS.TITLE_ACTION_FILTER_BUTTON' | translate}}") nav(tg-team-filters) \ No newline at end of file