From 2bec088591c1afe83b2888f9800e637881119979 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 17 Jan 2019 14:07:33 +0100 Subject: [PATCH] show hand cursor in topleft menu so its clear you can click it --- res/css/views/context_menus/_TopLeftMenu.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/context_menus/_TopLeftMenu.scss b/res/css/views/context_menus/_TopLeftMenu.scss index 960e052a30..fb2c972fe3 100644 --- a/res/css/views/context_menus/_TopLeftMenu.scss +++ b/res/css/views/context_menus/_TopLeftMenu.scss @@ -27,6 +27,7 @@ limitations under the License. padding: 0; li { + cursor: pointer; white-space: nowrap; padding: 5px 20px; }