feat: enhance multi-region selection feature to support both shift and cmd/ctrl

This commit is contained in:
Xiaohan-Tian
2026-05-25 13:50:28 -07:00
parent 2c84b48f63
commit 1f330818d8
16 changed files with 763 additions and 93 deletions
-4
View File
@@ -340,10 +340,6 @@
transition: box-shadow 0.1s ease, border-color 0.1s ease;
}
.global-marker-region:hover {
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.global-marker-region.selected {
border-color: #ffffff;
box-shadow: none;