UNPKG
angular-ui-grid
Version:
latest (4.12.7)
4.12.7
4.12.4
4.12.3
4.12.2
4.12.1
4.12.0
4.11.1
4.11.0
4.10.3
4.10.2
4.10.1
4.10.0
4.9.1
4.9.0
4.8.5
4.8.3
4.8.2
4.8.1
4.8.0
4.7.1
4.7.0
4.6.6
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.1
4.5.0
4.4.11
4.4.10
4.4.9
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.1
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.11
4.0.10
4.0.8
4.0.7
4.0.6
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.2.11
3.2.10
3.2.9
3.2.8
3.2.6
3.2.5
3.2.4
3.2.3
3.1.1
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0-rc.22
0.0.0
A data grid for Angular
ui-grid.info
angular-ui/ui-grid
angular-ui-grid
/
less
/
sorting.less
16 lines
(13 loc)
•
248 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import
(reference)
'elements.less'
;
@sortArrowWidth:
20px
;
.ui-grid-sortarrow
{
right
:
5px
;
position
: absolute;
width
:
@sortArrowWidth
;
top
:
0
;
bottom
:
0
;
background-position
: center;
&
.down
{
.transform
(
rotate
(
180deg
)); } }