Skip to content

Commit

Permalink
fix(Selection): Fix selection w/ row templates
Browse files Browse the repository at this point in the history
Row template swapping broke the selection CSS because it changed the
number of decendants of .ui-grid-row
  • Loading branch information
c0bra committed Dec 23, 2014
1 parent 5160b80 commit b1a57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/selection/less/selection.less
@@ -1,6 +1,6 @@
@import '../../../less/variables';

.ui-grid-row-selected > div.ui-grid-cell {
.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
background-color: @rowSelected !important;
}

Expand Down

0 comments on commit b1a57b6

Please sign in to comment.