UI: fixed text color of table widgets not applying to action cell buttons
This commit is contained in:
parent
9bbaab7221
commit
278d3c2b1b
@ -464,6 +464,12 @@ export function constructTableCssString(widgetConfig: WidgetConfig): string {
|
||||
'.mat-mdc-table .mat-mdc-cell button.mat-mdc-icon-button[disabled][disabled] mat-icon {\n' +
|
||||
'color: ' + mdDarkDisabled + ';\n' +
|
||||
'}\n' +
|
||||
'.mat-mdc-table .mat-mdc-cell button.mat-mdc-icon-button tb-icon {\n' +
|
||||
'color: ' + mdDarkSecondary + ';\n' +
|
||||
'}\n' +
|
||||
'.mat-mdc-table .mat-mdc-cell button.mat-mdc-icon-button[disabled][disabled] tb-icon {\n' +
|
||||
'color: ' + mdDarkDisabled + ';\n' +
|
||||
'}\n' +
|
||||
'.mat-divider {\n' +
|
||||
'border-top-color: ' + mdDarkDivider + ';\n' +
|
||||
'}\n' +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user