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:
Adomas Venčkauskas 2022-03-14 12:58:49 +02:00
parent 3ec883a7f6
commit 12cd201b48
3 changed files with 55 additions and 71 deletions

View file

@ -138,7 +138,7 @@
.virtualized-table.multi-select:focus {
.row.pivot {
.row.focused {
border: 1px dotted highlight;
box-sizing: initial;
margin: -1px 0;