mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-4179] Fix styles of facet-buttons (#4491)
This commit is contained in:
parent
8a86981da7
commit
f7a07967af
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user