Skip to content

Commit d1aee28

Browse files
classix-asmportuga
authored andcommitted
Focus on selection mark of unselected rows was hardly visible.
1 parent 244d721 commit d1aee28

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: src/features/selection/less/selection.less

+4-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616

1717
.ui-grid-selection-row-header-buttons {
1818
cursor: pointer;
19-
opacity: 0.1;
20-
21-
&.ui-grid-row-selected {
22-
opacity: 1;
19+
&::before {
20+
opacity: 0.1;
2321
}
24-
25-
&.ui-grid-all-selected {
22+
&.ui-grid-row-selected::before,
23+
&.ui-grid-all-selected::before {
2624
opacity: 1;
2725
}
2826
}

0 commit comments

Comments
 (0)