HTML Tree: Multi-selection fixes
- Clarification between focused row and pivot: - Pivot is only the row from which shift-selection pivots - Focused row is the one with the border around it - Fixed an issue where clicking the focused row didn't select it. Closes #2402 - Allows to create a non-contiguous range-selection with ctrl/cmd+shift. Closes #2403
This commit is contained in:
parent
3ec883a7f6
commit
12cd201b48
3 changed files with 55 additions and 71 deletions
|
@ -138,7 +138,7 @@
|
|||
|
||||
.virtualized-table.multi-select:focus {
|
||||
|
||||
.row.pivot {
|
||||
.row.focused {
|
||||
border: 1px dotted highlight;
|
||||
box-sizing: initial;
|
||||
margin: -1px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue