UI: Fixed help button color

This commit is contained in:
Artem Dzhereleiko 2025-03-13 11:00:36 +02:00
parent e4123446d7
commit e3bd59c00f
2 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,6 @@
*/
:host {
.mat-mdc-card-header {
align-items: center;
min-height: 64px;
}

View File

@ -689,7 +689,7 @@ pre.tb-highlight {
}
}
mat-toolbar.mat-mdc-table-toolbar:not(.mat-primary), .mat-mdc-cell, .mat-expansion-panel-header {
mat-toolbar.mat-mdc-table-toolbar:not(.mat-primary), .mat-mdc-cell, .mat-expansion-panel-header, mat-card-header.mat-mdc-card-header {
button.mat-mdc-icon-button {
.mat-icon {
color: rgba(0, 0, 0, .54);
@ -736,6 +736,10 @@ pre.tb-highlight {
}
}
mat-card-header.mat-mdc-card-header {
align-items: center;
}
.mat-mdc-footer-row::after, .mat-mdc-header-row::after, .mat-mdc-row::after {
content: none;
}