Skip to content

Commit f5793ce

Browse files
committed
refactor: addressing review comments
1 parent ba79f28 commit f5793ce

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

projects/components/src/table/header/table-header-cell-renderer.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class TableHeaderCellRendererComponent implements OnInit, OnChanges {
200200
? 'Some rows are selected'
201201
: this.allRowsSelected
202202
? 'All rows in the current page are selected'
203-
: 'Select all rows in the current page';
203+
: 'None of the rows in the current page are selected';
204204
}
205205

206206
private buildClasses(): string[] {

projects/components/src/table/table.component.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ $header-height: 32px;
7171

7272
.header-cell-renderer {
7373
width: 100%;
74-
// padding: 10px 12px 10px 7px;
75-
}
76-
77-
.header-cell-renderer:first-child {
78-
// padding-left: 12px;
7974
}
8075

8176
.header-column-resize-handle {

0 commit comments

Comments
 (0)