minor layout fix for search facet buttons

This commit is contained in:
Denys Vuika
2018-05-24 12:34:36 +01:00
parent a204c5ba9e
commit 405306d9ab

View File

@@ -20,13 +20,13 @@
<mat-icon>clear</mat-icon>
</button>
<button mat-icon-button
[disabled]="!options.canShowLessItems"
*ngIf="options.canShowLessItems"
title="{{ 'SEARCH.FILTER.ACTIONS.SHOW-LESS' | translate }}"
(click)="options.showLessItems()">
<mat-icon>keyboard_arrow_up</mat-icon>
</button>
<button mat-icon-button
[disabled]="!options.canShowMoreItems"
*ngIf="options.canShowMoreItems"
title="{{ 'SEARCH.FILTER.ACTIONS.SHOW-MORE' | translate }}"
(click)="options.showMoreItems()">
<mat-icon>keyboard_arrow_down</mat-icon>