Skip to content
Permalink
Browse files

fix(Selection): Fix selection w/ row templates

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 b1a57b693fb9715198f42d411345ed18548a660b
Showing with 1 addition and 1 deletion.
  1. +1 −1 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;
}

0 comments on commit b1a57b6

Please sign in to comment.
You can’t perform that action at this time.