Skip to content

Commit

Permalink
[ACA-2242] add old style back (Alfresco#994)
Browse files Browse the repository at this point in the history
fixes missing buttons styles issue until ADF 3.1.0 will fix it
  • Loading branch information
suzanadirla authored and dhrn committed Apr 30, 2019
1 parent 19bc615 commit 5bd9e8c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/ui/overrides/adf-search-filter.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,17 @@
.mat-radio-label {
color: mat-color($foreground, text, 0.54);
}

.facet-buttons {
text-align: right;

.mat-button {
text-transform: uppercase;
}

&--topSpace {
padding-top: 15px;
}
}
}
}

0 comments on commit 5bd9e8c

Please sign in to comment.