Mercurial > nebulaweb3
view 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 |
line wrap: on
line source
.tablesaw-sortable-head { position: relative; vertical-align: top; } /* Override */ .tablesaw .tablesaw-sortable-head { padding: 0; } .tablesaw-sortable-btn { min-width: 100%; color: inherit; background: transparent; border: 0; text-align: inherit; font: inherit; text-transform: inherit; } .tablesaw-sortable-arrow:after { display: inline-block; width: 10px; height: 14px; content: " "; margin-left: .3125em; } .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after, .tablesaw-sortable-descending .tablesaw-sortable-arrow:after { content: "\0020"; } .tablesaw-sortable-ascending .tablesaw-sortable-arrow:after { content: "\2191"; } .tablesaw-sortable-descending .tablesaw-sortable-arrow:after { content: "\2193"; }