floating selection box
This commit is contained in:
@@ -132,8 +132,7 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
box-shadow: 2px 2px 4px var(--shadow-faint);
|
||||
background: color-mix(in oklch, var(--surface-subtle) 88%, transparent);
|
||||
background: color-mix(in oklch, var(--surface-subtle) 90%, transparent);
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
@@ -150,7 +149,6 @@
|
||||
pointer-events: auto;
|
||||
cursor: grab;
|
||||
transition: transform 0.16s ease, opacity 0.2s ease, box-shadow 0.2s ease;
|
||||
box-shadow: 2px 2px 4px var(--shadow-medium);
|
||||
}
|
||||
|
||||
.desk-help-overlay {
|
||||
|
||||
Reference in New Issue
Block a user