Skip to content

Commit b1a57b6

Browse files
committed
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
1 parent 5160b80 commit b1a57b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/selection/less/selection.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import '../../../less/variables';
22

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

0 commit comments

Comments
 (0)