healthchecks/static
Pēteris Caune b42ca36b8c
Fix triple-click selection of ping URLs
When user double-clicks on text, browser selects a single word.
When user triple-clicks, browser selects a line or a paragraph
of text.

We have JS code that enables user to click on ping URL to copy
it to the clipboard. After copying it shows a small non-native
tooltip saying "Copied!" above the ping URL. This was interfering
with triple-click selection, the word "Copied!" would get selected
as well.

The fix is to use document body as the container of the tooltip,
not the ping URL span (which is the default).
2024-10-15 15:00:11 +03:00
..
css Make slider labels clickable in the "Update Period & Grace" dialog 2024-10-11 13:37:29 +03:00
fonts Notification groups. Fixes #894 (#901) 2023-10-06 17:02:41 +03:00
img Rename illustrations to bust cached versions 2024-07-18 10:27:49 +03:00
js Fix triple-click selection of ping URLs 2024-10-15 15:00:11 +03:00