Skip to content

Commit

Permalink
Update xc-table.component.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Sela1236 authored Dec 21, 2023
1 parent 12f1716 commit 2d136dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xc/xc-table/xc-table.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ $xc-table-body-border-color-focus: unset !default;
width: 100%;
border-collapse: collapse;
position: relative;
background-color: $xc-table-background-color;
}

::ng-deep tbody:focus {
Expand Down Expand Up @@ -166,6 +167,7 @@ $xc-table-body-border-color-focus: unset !default;
.mat-cell {
font-size: $font-size-medium;
overflow: hidden;
color: $xc-table-entry-color;

&:first-child {
border-left: none;
Expand Down Expand Up @@ -200,6 +202,10 @@ $xc-table-body-border-color-focus: unset !default;
&::ng-deep {

.mat-sort-header {
.mat-sort-header-arrow {
color: $xc-table-entry-color;
}

> .mat-sort-header-container {
padding: $xc-table-header-padding;
border-bottom: 0;
Expand Down

0 comments on commit 2d136dd

Please sign in to comment.