File tree 3 files changed +32
-20
lines changed
3 files changed +32
-20
lines changed Original file line number Diff line number Diff line change 16
16
cursor : default ;
17
17
}
18
18
19
- .uiGridSelectionRowHeaderButtons {
19
+ .ui-grid-selection-row-header-buttons {
20
20
cursor : pointer ;
21
+ opacity : 0.1 ;
22
+
23
+ & .ui-grid-row-selected {
24
+ opacity : 1 ;
25
+ }
21
26
}
22
27
23
- .uiGridSelectionRowHeaderCell {
28
+ // TODO: remove? I can't find this class used anywhere, even with the camelCase name
29
+ .ui-grid-selection-row-header-cell {
24
30
border-bottom : solid @gridBorderWidth @borderColor ;
25
31
}
Original file line number Diff line number Diff line change 1
- < div class ="uiGridSelectionRowHeaderButtons " ng-class ="{'icon-ok ': row.isSelected} " ng-click ="selectButtonClick(row, $event) ">
2
-  
1
+ < div class ="ui-grid-selection-row-header-buttons ui-grid-icon-ok " ng-class ="{'ui-grid-row-selected ': row.isSelected} " ng-click ="selectButtonClick(row, $event) ">
2
+
3
3
</ div >
Original file line number Diff line number Diff line change 7
7
"ascent" : 850 ,
8
8
"glyphs" : [
9
9
{
10
- "uid" : " 1a5cfa186647e8c929c2b17b9fc4dac1" ,
11
- "css" : " plus-squared" ,
12
- "code" : 50000 ,
13
- "src" : " fontawesome"
14
- },
15
- {
16
- "uid" : " f755a58fb985eeb70bd47d9b31892a34" ,
17
- "css" : " minus-squared" ,
18
- "code" : 50001 ,
19
- "src" : " fontawesome"
10
+ "uid" : " 5d2d07f112b8de19f2c0dbfec3e42c05" ,
11
+ "css" : " spin5" ,
12
+ "code" : 60001 ,
13
+ "src" : " fontelico"
20
14
},
21
15
{
22
16
"uid" : " 9dd9e835aebe1060ba7190ad2b2ed951" ,
23
17
"css" : " search" ,
24
18
"code" : 50002 ,
25
19
"src" : " fontawesome"
26
20
},
21
+ {
22
+ "uid" : " 12f4ece88e46abd864e40b35e05b11cd" ,
23
+ "css" : " ok" ,
24
+ "code" : 59392 ,
25
+ "src" : " fontawesome"
26
+ },
27
27
{
28
28
"uid" : " 5211af474d3a9848f67f945e2ccaf143" ,
29
29
"css" : " cancel" ,
30
30
"code" : 50003 ,
31
31
"src" : " fontawesome"
32
32
},
33
+ {
34
+ "uid" : " 1a5cfa186647e8c929c2b17b9fc4dac1" ,
35
+ "css" : " plus-squared" ,
36
+ "code" : 50000 ,
37
+ "src" : " fontawesome"
38
+ },
39
+ {
40
+ "uid" : " f755a58fb985eeb70bd47d9b31892a34" ,
41
+ "css" : " minus-squared" ,
42
+ "code" : 50001 ,
43
+ "src" : " fontawesome"
44
+ },
33
45
{
34
46
"uid" : " e82cedfa1d5f15b00c5a81c9bd731ea2" ,
35
47
"css" : " info-circled" ,
113
125
"css" : " sort-alt-down" ,
114
126
"code" : 50017 ,
115
127
"src" : " fontawesome"
116
- },
117
- {
118
- "uid" : " 5d2d07f112b8de19f2c0dbfec3e42c05" ,
119
- "css" : " spin5" ,
120
- "code" : 60001 ,
121
- "src" : " fontelico"
122
128
}
123
129
]
124
130
}
You can’t perform that action at this time.
0 commit comments