[ACS-6140] - Remove references to internal Angular Material CSS classes (#9271)

This commit is contained in:
DominikIwanek
2024-02-09 08:22:01 +01:00
committed by GitHub
parent 9343fe65a6
commit 6d93d011c9
137 changed files with 638 additions and 996 deletions

View File

@@ -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;

View File

@@ -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"

View File

@@ -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;
}
}

View File

@@ -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"

View File

@@ -10,7 +10,7 @@
.adf-number-widget {
width: 100%;
.mat-form-field {
.adf-example-full-width {
width: 100%;
}
}

View File

@@ -1,7 +1,7 @@
.adf-number-widget {
width: 100%;
.mat-form-field {
.example-full-width {
width: 100%;
}
}