Skip to content

Commit d5eea20

Browse files
vishalshrm539Sharmatumms2021389
authored
Fixed styling issues in Table (#378)
Co-authored-by: Sharma <[email protected]> Co-authored-by: tumms2021389 <[email protected]>
1 parent 71515f7 commit d5eea20

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

packages/angular-sdk-components/src/lib/_components/template/list-view/list-view.component.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ td.mat-mdc-footer-cell {
6969
padding: 0.125rem 0.125rem;
7070
min-width: unset;
7171
width: 1.1rem;
72+
margin-right: 1rem;
7273
}
7374

7475
.psdk-outer-div-in-form {
@@ -168,10 +169,6 @@ tr.mat-mdc-row {
168169
margin: 8px;
169170
}
170171

171-
tr.mat-mdc-header-row {
172-
background: var(--app-table-header-background-color);
173-
}
174-
175172
::ng-deep th.mat-mdc-header-cell,
176173
td.mat-mdc-cell,
177174
td.mat-mdc-footer-cell {

packages/angular-sdk-components/src/lib/_components/template/simple-table-manual/simple-table-manual.component.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ td.mat-mdc-cell:last-child {
7676
padding-left: 0.625rem;
7777
}
7878

79-
.psdk-icon-search {
80-
vertical-align: sub;
81-
padding: 0rem 0.125rem;
82-
min-width: unset;
83-
width: 1.1rem;
84-
}
85-
8679
.psdk-outer-div-in-form {
8780
display: inline-grid;
8881
}
@@ -174,6 +167,7 @@ tr.mat-mdc-header-row {
174167

175168
.psdk-utility-card-action-svg-icon {
176169
width: 1.4rem;
170+
filter: var(--app-primary-color-filter);
177171
}
178172

179173
.label {

0 commit comments

Comments
 (0)