Skip to content
This repository was archived by the owner on Dec 25, 2021. It is now read-only.

Commit 948959a

Browse files
Bruzzano, BrunoBruzzano, Bruno
authored andcommitted
fix bootstrap header style.
1 parent d365f0c commit 948959a

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

libs/datatable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular5-data-table",
33
"description": "This library contains an Angualar5-compatible Datatable component.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"private": false,
66
"license": "MIT",
77
"repository": "https://github.com/brunano21/angular-4-data-table",

libs/datatable/src/components/table/table.component.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
border-bottom: 2px solid #dee2e6;
1818
}
1919

20-
:host /deep/ .data-table > thead > tr > th,
21-
:host /deep/ .data-table > thead > tr > td {
22-
background-color: #555555;
23-
color: #ffffff
24-
}
25-
2620
/* I can't use the bootstrap striped table, because of the expandable rows */
2721
:host /deep/ .row-odd {
2822
background-color: #F6F6F6;
@@ -81,10 +75,6 @@
8175
text-align: left;
8276
}
8377

84-
.column-header.sortable button:focus {
85-
outline: #cd2027 solid 2px;
86-
}
87-
8878
.column-header .column-sort-icon {
8979
margin-left: 8px;
9080
}

0 commit comments

Comments
 (0)