From 2594ca886c3b19c44cb13c97c15b943c26943ced Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Wed, 21 Apr 2021 12:11:18 +0200 Subject: [PATCH] ENH: Reset the cursor to text cursor in the tour. --- src/core/css/tour.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/css/tour.css b/src/core/css/tour.css index 9a3fde12..beec314f 100644 --- a/src/core/css/tour.css +++ b/src/core/css/tour.css @@ -250,3 +250,8 @@ div.caosdb-v-tour-toc-show { .caosdb-v-tour-toc-active-item.caosdb-v-tour-toc-cur { border: none; } + +/* For elements in popovers which are not for clicking but only illustrative. */ +.caosdb-v-tour-unclickable { + cursor: text !important; +} -- GitLab