UNPKG

531 Btext/stylusView Raw
1/**
2 * Sorting elements default style
3 */
4
5.sort-arrow
6 position absolute
7 display none
8 width 11px
9 height 11px
10 margin 0
11 background-position center center;
12 background-repeat no-repeat
13
14&.descending
15 display inline
16 background-image url("themes/downsimple.png")
17
18&.ascending
19 display inline
20 background-image url("themes/upsimple.png")