Browse Source

Merge pull request #9247 from Dmitriymush/bug-fix/table-cell-style

Bug fix/table cell global style
pull/9264/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
76b313937f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/styles.scss

2
ui-ngx/src/styles.scss

@ -699,7 +699,7 @@ mat-label {
}
.mat-mdc-cell {
background: inherit;
background-color: transparent;
color: inherit;
font-size: inherit;
font-family: inherit;

Loading…
Cancel
Save