From 6314840b2e48ccadf32f4b081d7a16f8ed9f3f7f Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:03:32 -0400 Subject: [PATCH] Use valid cursor option --- R/html-helpers.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/html-helpers.R b/R/html-helpers.R index 625e2df6..e3fe9c61 100644 --- a/R/html-helpers.R +++ b/R/html-helpers.R @@ -46,7 +46,7 @@ with_tooltip <- function(label, tooltip) { tags$abbr( style = paste0( "text-decoration: underline; text-decoration-style: solid;", " - cursor: question; color: blue" + cursor: help; color: blue" ), title = tooltip, label ) %>%