[ADF-4179] Fix styles of facet-buttons (#4491)

This commit is contained in:
davidcanonieto 2019-03-25 18:00:38 +00:00 committed by Eugenio Romano
parent 8a86981da7
commit f7a07967af
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
</mat-error>
</mat-form-field>
<div class="facet-buttons facet-buttons--topSpace">
<div class="adf-facet-buttons adf-facet-buttons--topSpace">
<button mat-button color="primary" type="button" (click)="reset()" data-automation-id="date-range-clear-btn">
{{ 'SEARCH.FILTER.ACTIONS.CLEAR' | translate }}
</button>

View File

@ -29,7 +29,7 @@
</mat-form-field>
<div class="facet-buttons">
<div class="adf-facet-buttons">
<button mat-button color="primary" type="button" (click)="reset()" data-automation-id="number-range-btn-clear">
{{ 'SEARCH.FILTER.ACTIONS.CLEAR' | translate }}
</button>

View File

@ -14,7 +14,7 @@
</mat-radio-button>
</mat-radio-group>
<div class="facet-buttons" *ngIf="!options.fitsPage">
<div class="adf-facet-buttons" *ngIf="!options.fitsPage">
<button mat-icon-button
*ngIf="options.canShowLessItems"
title="{{ 'SEARCH.FILTER.ACTIONS.SHOW-LESS' | translate }}"