Skip to content

Commit

Permalink
Fix: Bootstrap (3/4/5) integration with table-sm and the sorting icon…
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed May 19, 2022
1 parent b1783af commit c0b3288
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
7 changes: 0 additions & 7 deletions css/dataTables.bootstrap.scss
Expand Up @@ -162,13 +162,6 @@ table.dataTable.table-condensed {
> thead > tr > th {
padding-right: 20px;
}

.sorting:after,
.sorting_asc:after,
.sorting_desc:after {
top: 6px;
right: 6px;
}
}

// Frustratingly the border-collapse:collapse used by Bootstrap makes the column
Expand Down
13 changes: 0 additions & 13 deletions css/dataTables.bootstrap4.scss
Expand Up @@ -169,19 +169,6 @@ table.dataTable.table-sm {
> thead > tr > th:not(.sorting_disabled){
padding-right: 20px;
}

.sorting,
.sorting_asc,
.sorting_desc {
&:before {
top: 5px;
right: 0.85em;
}

&:after {
top: 5px;
}
}
}


Expand Down
13 changes: 0 additions & 13 deletions css/dataTables.bootstrap5.scss
Expand Up @@ -163,19 +163,6 @@ table.dataTable.table-sm {
> thead > tr > th:not(.sorting_disabled){
padding-right: 20px;
}

.sorting,
.sorting_asc,
.sorting_desc {
&:before {
top: 5px;
right: 0.85em;
}

&:after {
top: 5px;
}
}
}


Expand Down

0 comments on commit c0b3288

Please sign in to comment.