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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|