resourceloader: Add tests for StartUpModule dep tree optimisation
[lhc/web/wiklou.git] / resources / src / jquery.tablesorter.styles / jquery.tablesorter.styles.less
1 @import 'mediawiki.mixins';
2
3 /* stylelint-disable selector-class-pattern */
4
5 /* Table Sorting */
6
7 .client-js .sortable:not( .jquery-tablesorter ) > thead > :last-of-type > th:not( .unsortable ),
8 .jquery-tablesorter th.headerSort {
9 .background-image-svg( 'images/sort_both.svg', 'images/sort_both.png' );
10 cursor: pointer;
11 background-repeat: no-repeat;
12 background-position: center right;
13 padding-right: 21px;
14 }
15
16 .jquery-tablesorter {
17 th.headerSortUp {
18 .background-image-svg( 'images/sort_up.svg', 'images/sort_up.png' );
19 }
20
21 th.headerSortDown {
22 .background-image-svg( 'images/sort_down.svg', 'images/sort_down.png' );
23 }
24 }