Skip to content

Commit f0fb0fb

Browse files
authored
refactor: remove unused styles (#217)
1 parent 5122deb commit f0fb0fb

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

projects/ngx-datatable/src/lib/components/datatable.component.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
white-space: nowrap;
4747
text-overflow: ellipsis;
4848
}
49-
50-
.datatable-body-group-cell {
51-
overflow: hidden;
52-
white-space: nowrap;
53-
text-overflow: ellipsis;
54-
}
5549
}
5650
}
5751
}

projects/ngx-datatable/src/lib/themes/material.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,6 @@ $datatble-ghost-cell-animation-duration: 10s;
313313
// background: #0829e0
314314
// }
315315
}
316-
.datatable-body-group-cell {
317-
text-align: left;
318-
padding: 0.9rem 1.2rem;
319-
vertical-align: top;
320-
border-top: 0;
321-
color: $datatable-body-cell-color;
322-
transition: width 0.3s ease;
323-
font-size: 14px;
324-
font-weight: 400;
325-
}
326316
}
327317

328318
.progress-linear {

0 commit comments

Comments
 (0)