From dcf90c3dd7d916c07c52a4e30da3736f1e37a705 Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 18 Feb 2026 21:14:33 +0100 Subject: 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 --- tools/mq_editor/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/mq_editor/style.css') 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; } -- cgit v1.2.3