/* ═══════════════════════════════════════════════════════════════
   waveform.css — canvas cursor states
   ═══════════════════════════════════════════════════════════════ */

#waveform-wrap {
  cursor: text;
}

#waveform-wrap.dragging {
  cursor: col-resize;
}

#waveform-wrap.has-selection {
  cursor: text;
}

/* ruler tick area at bottom of waveform (painted by JS) */
