Skip to content

Commit 17a7ceb

Browse files
committed
removed fixed url
1 parent c2f6789 commit 17a7ceb

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

lib/generators/jquery/datatables/templates/stylesheets/foundation.scss.tt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,3 @@
1313
//@import 'datatables/extensions/RowReorder/rowReorder.foundation';
1414
//@import 'datatables/extensions/Scroller/scroller.foundation';
1515
//@import 'datatables/extensions/Select/select.foundation';
16-
17-
18-
// fix image asset url
19-
table.dataTable thead .sorting {
20-
background-image: image-url(http://github.com/"datatables/sort_both.png");
21-
}
22-
table.dataTable thead .sorting_asc {
23-
background-image: image-url(http://github.com/"datatables/sort_asc.png");
24-
}
25-
table.dataTable thead .sorting_desc {
26-
background-image: image-url(http://github.com/"datatables/sort_desc.png");
27-
}
28-
table.dataTable thead .sorting_asc_disabled {
29-
background-image: image-url(http://github.com/"datatables/sort_asc_disabled.png");
30-
}
31-
table.dataTable thead .sorting_desc_disabled {
32-
background-image: image-url(http://github.com/"datatables/sort_desc_disabled.png");
33-
}

lib/generators/jquery/datatables/templates/stylesheets/regular.scss.tt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,3 @@
1313
//@import 'datatables/extensions/RowReorder/rowReorder.dataTables';
1414
//@import 'datatables/extensions/Scroller/scroller.dataTables';
1515
//@import 'datatables/extensions/Select/select.dataTables';
16-
17-
18-
// fix image asset url
19-
table.dataTable thead .sorting {
20-
background-image: image-url(http://github.com/"datatables/sort_both.png");
21-
}
22-
table.dataTable thead .sorting_asc {
23-
background-image: image-url(http://github.com/"datatables/sort_asc.png");
24-
}
25-
table.dataTable thead .sorting_desc {
26-
background-image: image-url(http://github.com/"datatables/sort_desc.png");
27-
}
28-
table.dataTable thead .sorting_asc_disabled {
29-
background-image: image-url(http://github.com/"datatables/sort_asc_disabled.png");
30-
}
31-
table.dataTable thead .sorting_desc_disabled {
32-
background-image: image-url(http://github.com/"datatables/sort_desc_disabled.png");
33-
}

0 commit comments

Comments
 (0)