Skip to content

Commit 4badce7

Browse files
Merge pull request #2695 from shubhamkumar9199/fix/the-dark-mode-of-client-view
WEB-315-proper implementation of dark mode
2 parents 6c28c74 + da6c34f commit 4badce7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/app/organization/bulk-import/view-bulk-import/view-bulk-import.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
width: 100%;
108108

109109
th {
110-
background-color: #f5f5f5;
111110
font-weight: 500;
112111
padding: 16px 12px;
113112
}

src/app/shared/styles/list-layout.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ $bar: 150px;
33
$foo: $bar * 8;
44
$color: #e2e4ec;
55

6-
// Container styles
76
.container {
87
padding: 24px;
98

@@ -84,7 +83,6 @@ $color: #e2e4ec;
8483
// Table styling
8584
.bordered-table {
8685
width: 100%;
87-
background: white;
8886
border: 1px solid #e0e0e0;
8987
border-radius: 4px;
9088
overflow: hidden;
@@ -104,7 +102,6 @@ $color: #e2e4ec;
104102
}
105103

106104
th {
107-
background-color: #fafafa;
108105
font-weight: 500;
109106
border-bottom: 1px solid #e0e0e0;
110107
}
@@ -121,7 +118,6 @@ $color: #e2e4ec;
121118
// Paginator styling
122119
mat-paginator {
123120
border-top: 1px solid #e0e0e0;
124-
background: white;
125121
margin-top: 0;
126122
}
127123

0 commit comments

Comments
 (0)