Skip to content

Commit

Permalink
Focus on selection mark of unselected rows was hardly visible.
Browse files Browse the repository at this point in the history
  • Loading branch information
classix-as authored and mportuga committed Aug 1, 2017
1 parent 244d721 commit d1aee28
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/features/selection/less/selection.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@

.ui-grid-selection-row-header-buttons {
cursor: pointer;
opacity: 0.1;

&.ui-grid-row-selected {
opacity: 1;
&::before {
opacity: 0.1;
}

&.ui-grid-all-selected {
&.ui-grid-row-selected::before,
&.ui-grid-all-selected::before {
opacity: 1;
}
}

0 comments on commit d1aee28

Please sign in to comment.