Skip to content
Snippets Groups Projects
Commit 1d9b7415 authored by Alessio's avatar Alessio
Browse files

fix stile bottoni filtri type mobile

parent be04a124
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
title="{{category.name | translate}}"
style="border : {{'1px solid' + colors[category.index]}}"
on-tap="toggle(category.key)">
<i class="icon {{category.icon}}"></i>
<span ng-if="!isMobile">{{category.name |translate}}</span>
<i class="icon" ng-class="{'ion-ios-close-empty':category.visible, 'ion-ios-plus-empty': !category.visible}"></i>
<i ng-if="!isMobile" class="icon {{category.icon}}"></i>
<span>{{category.name |translate}}</span>
<i ng-if="!isMobile" class="icon" ng-class="{'ion-ios-close-empty':category.visible, 'ion-ios-plus-empty': !category.visible}"></i>
</button>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment