summaryrefslogtreecommitdiff
path: root/tools/mq_editor/style.css
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-18 21:14:33 +0100
committerskal <pascal.massimino@gmail.com>2026-02-18 21:14:33 +0100
commitdcf90c3dd7d916c07c52a4e30da3736f1e37a705 (patch)
tree330dfcb6782f05619f50dea28519af7b8f4c6fb4 /tools/mq_editor/style.css
parentfc9cfd50a584faa2f6621ea1b4ff4eeb6b50f8e4 (diff)
feat(mq_editor): add Delete key to remove selected partial; remove Test WAV debug button
- 'Delete'/'Backspace' key deletes the currently selected partial - Show 'Del' hint on Delete button in side panel - Remove 'Test WAV' button and validateTestWAVPeaks() debug code Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'tools/mq_editor/style.css')
-rw-r--r--tools/mq_editor/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mq_editor/style.css b/tools/mq_editor/style.css
index 9563a57..6b266d9 100644
--- a/tools/mq_editor/style.css
+++ b/tools/mq_editor/style.css
@@ -60,6 +60,7 @@ button.contour-active { background: #145; border-color: #0cc; color: #aff; }
#propSwatch { display: inline-block; width: 10px; height: 10px; border-radius: 2px; flex-shrink: 0; }
.partial-actions { display: flex; gap: 4px; margin-top: 8px; }
.partial-actions button { flex: 1; padding: 4px 6px; font-size: 12px; margin: 0; }
+kbd { font-size: 10px; opacity: 0.55; }
/* === Curve tabs & grid === */
.curve-tabs { display: flex; gap: 2px; margin-top: 8px; margin-bottom: 4px; }