Skip to content

Commit

Permalink
Merge pull request #172 from Xyna-Factory/169-fix-mdc-based-angular-m…
Browse files Browse the repository at this point in the history
…aterial-components

Fix MDC-based Angular Material Components
  • Loading branch information
Sela1236 authored Mar 27, 2024
2 parents 6d42e72 + 7a63a89 commit 2b39c4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ html.cdk-global-scrollblock {
font-size: $font-size-medium;
padding-left: 12px;
padding-right: 12px;

.mdc-list-item__primary-text {
white-space: nowrap;
}
}

.mdc-list-item--disabled {
Expand Down Expand Up @@ -306,6 +310,8 @@ html.cdk-global-scrollblock {
&>label {
flex: 1;
text-align: right;
white-space: nowrap;
letter-spacing: normal;
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions xc/xc-table/xc-table.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@
&.activated {
background-color: $xc-table-activated-entry-background-color;

.text-cell {
color: $xc-table-activated-entry-color;
}

td {
color: $xc-table-activated-entry-color;
}
Expand Down

0 comments on commit 2b39c4b

Please sign in to comment.