From 444e274202f08be166c57b9a779410db390197a8 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Wed, 23 Jun 2021 20:18:53 +1000 Subject: [PATCH] Show help text on hover for pills --- html/index.html | 8 ++++---- html/main.css | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/html/index.html b/html/index.html index 50ab513..44c2475 100644 --- a/html/index.html +++ b/html/index.html @@ -117,7 +117,7 @@ @@ -161,7 +161,7 @@ @@ -192,7 +192,7 @@
@@ -247,7 +247,7 @@ diff --git a/html/main.css b/html/main.css index 9eb1a87..13ffc72 100644 --- a/html/main.css +++ b/html/main.css @@ -57,6 +57,9 @@ a:hover { font-weight: 600; padding: 0 0.5em; } +.pill-grey[title] { + cursor: help; +} .cols-12 { display: grid;