Merge pull request #12908 from ArtemDzhereleiko/AD/bug-fix/tb-hint-button

Fixed help button color and position
This commit is contained in:
Igor Kulikov 2025-03-13 19:23:25 +02:00 committed by GitHub
commit d2a40fc797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,10 @@
.mat-mdc-card.settings-card {
margin: 8px;
mat-card-header.mat-mdc-card-header {
align-items: center;
}
.fields-group {
padding: 0 16px 8px;
margin: 10px 0;

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