From bd141795864b145b1272b0303f17970ed57c360c Mon Sep 17 00:00:00 2001 From: Nicholas Eckardt Date: Mon, 27 Apr 2020 14:47:21 -0500 Subject: [PATCH] Fixes an issue reported in base kanboard where dragging task cards is sometimes interpreted as a click to open tasks I have no idea why the "border: none" attribute causes this behavior, but if someone ever figures out please let me know from https://github.com/kanboard/kanboard/issues/4412 --- Assets/css/moon.css | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/css/moon.css b/Assets/css/moon.css index 42da93e..880036f 100755 --- a/Assets/css/moon.css +++ b/Assets/css/moon.css @@ -2429,7 +2429,6 @@ div.draggable-item-selected { margin-bottom: 8px; padding: 12px; border-radius: 3px; - border: none; border-radius: 3px; border-bottom: 5px solid; }