mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
minor cosmetic fix filter (#5927)
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
&-active {
|
||||
color: mat-color($primary);
|
||||
}
|
||||
|
||||
.mat-badge-active {
|
||||
border: 2px solid mat-color($background, card) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-icon {
|
||||
@@ -34,6 +38,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 15px 15px 10px;
|
||||
color: mat-color($foreground, text, 0.87) !important;
|
||||
|
||||
.adf-facet-buttons {
|
||||
display: none;
|
||||
@@ -42,27 +47,28 @@
|
||||
.adf-search-check-list {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
input {
|
||||
background: 2px solid mat-color($background, card) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&-title {
|
||||
font-size: 1.1em;
|
||||
padding-bottom: 5px;
|
||||
color: mat-color($foreground, text, 0.87);
|
||||
}
|
||||
|
||||
&-actions {
|
||||
background-color: mat-color($background, background);
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding: 15px;
|
||||
background-color: mat-color($background, hover);
|
||||
|
||||
> button {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
|
||||
&-apply-button {
|
||||
background-color: mat-color($background, hover);
|
||||
}
|
||||
}
|
||||
|
||||
.mat-menu-panel.adf-filter-menu .mat-menu-content {
|
||||
|
Reference in New Issue
Block a user