Skip to content

Commit

Permalink
Merge pull request #4760 from benjamin-wilson/master
Browse files Browse the repository at this point in the history
fix(Tree View) Row expansion when Tree View and Select both enabled
  • Loading branch information
swalters committed Nov 24, 2015
2 parents eec293e + b338012 commit f715767
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/features/tree-view/less/tree-view.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
.ui-grid-tree-header-row {
font-weight: bold !important;
}
.ui-grid-tree-header-row .ui-grid-row-header-cell.ui-grid-disable-selection.ui-grid-cell {
pointer-events: all;
}

0 comments on commit f715767

Please sign in to comment.