From a8a715373e66acbdca3b8f1b36d2778119e9838a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20K=C5=82os?= Date: Fri, 18 Dec 2020 09:36:54 +0100 Subject: [PATCH] jsdialog: open dropdown also when clicked on arrow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia354ddf75e6a097f1ef5aab586adb88a5234a14d Signed-off-by: Szymon Kłos --- loleaflet/css/jsdialogs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/loleaflet/css/jsdialogs.css b/loleaflet/css/jsdialogs.css index 11970fa93..d62c2fc85 100644 --- a/loleaflet/css/jsdialogs.css +++ b/loleaflet/css/jsdialogs.css @@ -302,6 +302,7 @@ td.jsdialog > [id^='table-box'] { top: 1px; left: -18px; cursor: pointer; + pointer-events: none; } .ui-listbox[disabled='disabled'] ~ .ui-listbox-arrow {