From 98fa065de722bb7981949117a66643ed9eac8c52 Mon Sep 17 00:00:00 2001 From: Jay Weisskopf Date: Mon, 8 Apr 2019 23:54:36 -0400 Subject: [PATCH] docs: Underline link when hovering over it In addition to the pointer, this gives some visual feedback to the user that the element is interactive. This is a very common style pattern across the web. --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index bb2a67c562..1d80c73a3e 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8,7 +8,7 @@ body{ font-family: system-ui, -apple-system, Roboto, "Segoe UI", sans-serif; } - a { + a:not(:hover) { text-decoration: none; } table, th, td {