Skip to content

Commit

Permalink
fix(selection): Selected row style only applied to left container
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsimgeker authored and mportuga committed Jun 19, 2018
1 parent 9627770 commit ab31e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/selection/less/selection.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../../less/variables';

.ui-grid-render-container-left .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell,
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell,
.ui-grid-row.ui-grid-row-focused > [ui-grid-row] > .ui-grid-cell {
background-color: @rowSelected;
}
Expand Down

0 comments on commit ab31e0b

Please sign in to comment.