mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6140] - Remove references to internal Angular Material CSS classes (#9271)
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
.adf-analytics-report-list {
|
||||
.adf-activiti-filters__entry {
|
||||
cursor: pointer;
|
||||
|
||||
.adf-active {
|
||||
color: var(--theme-primary-color);
|
||||
}
|
||||
}
|
||||
|
||||
.adf-activiti-filters__entry-icon {
|
||||
color: var(--theme-primary-color);
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
@@ -13,18 +18,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mat-nav-list .mat-list-item .mat-list-item-content {
|
||||
line-height: 48px;
|
||||
}
|
||||
|
||||
.adf-activiti-filters__entry.adf-active {
|
||||
color: var(--theme-primary-color);
|
||||
}
|
||||
|
||||
.adf-activiti-filters__entry.adf-active .adf-activiti-filters__entry-icon {
|
||||
color: var(--theme-primary-color);
|
||||
}
|
||||
|
||||
.adf-report-card-grids {
|
||||
display: flex;
|
||||
padding: 8px;
|
||||
|
@@ -138,7 +138,7 @@
|
||||
</mat-form-field>
|
||||
</div>
|
||||
</div>
|
||||
<div mat-dialog-actions>
|
||||
<div class="adf-report-dialog-actions" mat-dialog-actions>
|
||||
<button mat-button
|
||||
color="accent"
|
||||
type="button"
|
||||
|
@@ -59,7 +59,7 @@
|
||||
border-bottom: solid 1px var(--adf-theme-foreground-divider-color);
|
||||
padding-top: 10px;
|
||||
|
||||
.mat-toolbar {
|
||||
.adf-toolbar-container {
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
@@ -92,11 +92,11 @@
|
||||
}
|
||||
|
||||
.adf-report-dialog {
|
||||
.mat-form-field {
|
||||
.adf-example-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mat-dialog-actions {
|
||||
.adf-report-dialog-actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<div class="adf-duration-widget-grid">
|
||||
<div class="adf-duration-widget-cell">
|
||||
<div class="adf-number-widget">
|
||||
<mat-form-field class="example-full-width" floatPlaceholder="always">
|
||||
<mat-form-field class="adf-example-full-width" floatPlaceholder="always">
|
||||
<input matInput
|
||||
placeholder="{{field.nameKey | translate}}"
|
||||
type="text"
|
||||
|
@@ -10,7 +10,7 @@
|
||||
.adf-number-widget {
|
||||
width: 100%;
|
||||
|
||||
.mat-form-field {
|
||||
.adf-example-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
.adf-number-widget {
|
||||
width: 100%;
|
||||
|
||||
.mat-form-field {
|
||||
.example-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user