From a7e133b3f051ec9d9c99e92ae481202ce1c55b8d Mon Sep 17 00:00:00 2001
From: Zoltan Hawryluk
Date: Thu, 17 Oct 2024 14:42:08 -0400
Subject: [PATCH 01/12] Adding updated copy to tooltip page. Also refactored
the label for the button that opens the tooltip.
---
content/body/tooltip.php | 45 +++++++++++++++++++++++----------------
css/tooltip.css | 4 ++++
js/modules/es4/tooltip.js | 29 ++++++++++---------------
js/modules/tooltip.js | 21 +++++++-----------
less/tooltip.less | 5 +++++
5 files changed, 55 insertions(+), 49 deletions(-)
diff --git a/content/body/tooltip.php b/content/body/tooltip.php
index 9a9921c6..245d8bb9 100644
--- a/content/body/tooltip.php
+++ b/content/body/tooltip.php
@@ -22,8 +22,6 @@
This solution can be styled exactly as wanted and uses the maximum value of a z-index in the document.
We show different types of tooltips below, based on how they are triggered.
It will disappear when keyboard users press the Escape key.
- It doesn't work in mobile, which while consistent with other tooltip solutions,
- is something that we are still looking to fix. If anyone has any ideas, please feel free to reach out to me on Twitter.
Clickable tooltip
@@ -39,21 +37,21 @@