File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 79
79
.sortable {
80
80
cursor : pointer ;
81
81
}
82
+
83
+ // Moves the sort priority number closer to the icon
84
+ .ui-grid-sort-priority-number {
85
+ margin-left : -8px ;
86
+ }
82
87
}
83
88
84
89
// Make vertical bar in header row fill the height of the cell completely
Original file line number Diff line number Diff line change 22
22
ng-class ="{ 'ui-grid-icon-up-dir': col.sort.direction == asc, 'ui-grid-icon-down-dir': col.sort.direction == desc, 'ui-grid-icon-blank': !col.sort.direction } "
23
23
title ="{{col.sort.priority ? i18n.headerCell.priority + ' ' + col.sort.priority : null}} "
24
24
aria-hidden ="true ">
25
-
26
25
</ i >
26
+ < sub
27
+ class ="ui-grid-sort-priority-number ">
28
+ {{col.sort.priority + 1}}
29
+ </ sub >
27
30
</ span >
28
31
</ div >
29
32
You can’t perform that action at this time.
0 commit comments