Skip to content

Commit

Permalink
Fix - CSS: Bootstrap 4 integration with scrolling - asc icons could s…
Browse files Browse the repository at this point in the history
…how up in the body table

- DataTables/FixedColumns/issues/37
  • Loading branch information
Allan Jardine committed Jan 29, 2018
1 parent 35439c9 commit a317c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/dataTables.bootstrap4.scss
Expand Up @@ -156,6 +156,9 @@ div.dataTables_scrollBody {
margin-bottom: 0 !important;

thead { // Hide sort icons
.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting:after,
.sorting_asc:after,
.sorting_desc:after {
Expand Down

0 comments on commit a317c24

Please sign in to comment.