comparison default/node_modules/tablesaw/src/tables.sortable.css @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 .tablesaw-sortable-head {
2 position: relative;
3 vertical-align: top;
4 }
5 /* Override */
6 .tablesaw .tablesaw-sortable-head {
7 padding: 0;
8 }
9 .tablesaw-sortable-btn {
10 min-width: 100%;
11 color: inherit;
12 background: transparent;
13 border: 0;
14 text-align: inherit;
15 font: inherit;
16 text-transform: inherit;
17 }
18 .tablesaw-sortable-arrow:after {
19 display: inline-block;
20 width: 10px;
21 height: 14px;
22 content: " ";
23 margin-left: .3125em;
24 }
25 .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
26 .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
27 content: "\0020";
28 }
29 .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
30 content: "\2191";
31 }
32 .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
33 content: "\2193";
34 }