From e7abbae5704770021d4c3d86e93775046c846063 Mon Sep 17 00:00:00 2001 From: Gerben Date: Mon, 18 Nov 2019 16:34:05 +0100 Subject: [PATCH] Show default cursor when not in selection mode. --- app/assets/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/main.css b/app/assets/main.css index fee1ff3..4215132 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -116,6 +116,10 @@ input#volume:focus { background: none; } +.playlist .state-cursor { + cursor: default; +} + .playlist .selection.point { width: 2px !important; transform: translateX(-0.5px); /* Correct for the extra 1px of width we add. */