File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11< div class ="ui-grid-row-header-cell ui-grid-expandable-buttons-cell ">
22 < div class ="ui-grid-cell-contents ">
33 < span class ="ui-grid-cell-empty " ng-if ="!grid.options.showExpandAllButton "> </ span >
4- < button type ="button " class ="ui-grid-icon-button "
4+ < button type ="button " class ="ui-grid-icon-button clickable "
55 ng-if ="grid.options.showExpandAllButton "
66 ng-class ="{ 'ui-grid-icon-plus-squared' : !grid.expandable.expandedAll, 'ui-grid-icon-minus-squared' : grid.expandable.expandedAll } "
77 ng-click ="grid.api.expandable.toggleAllRows() ">
Original file line number Diff line number Diff line change 1- < div class ="ui-grid-cell-contents ui-grid-disable-selection ">
1+ < div class ="ui-grid-cell-contents ui-grid-disable-selection clickable ">
22 < ui-grid-selection-row-header-buttons >
33 </ ui-grid-selection-row-header-buttons >
44</ div >
Original file line number Diff line number Diff line change 11< div
2- class ="ui-grid-selection-row-header-buttons ui-grid-icon-ok "
2+ class ="ui-grid-selection-row-header-buttons ui-grid-icon-ok clickable "
33 ng-class ="{'ui-grid-row-selected': row.isSelected} "
44 ng-click ="selectButtonClick(row, $event) "
55 ng-keydown ="selectButtonKeyDown(row, $event) "
Original file line number Diff line number Diff line change 7979 border : 0 ;
8080}
8181
82- .clickable {
83- cursor : pointer ;
84- }
85-
8682.ui-grid-icon-button {
8783 background-color : transparent ;
8884 border : none ;
8985 padding : 0 ;
9086}
87+
88+ .clickable {
89+ cursor : pointer ;
90+ }
You can’t perform that action at this time.
0 commit comments