From e2079297ba3b3568403c23d1acd7105d37d1e7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 19 Nov 2023 01:32:00 +0100 Subject: [PATCH] highlight: show underline if inline code is contained in link #726 --- static/css/theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index c57197cf41..085eed2c7b 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -406,7 +406,10 @@ dd { .topbar-content a:focus, article a:hover, article a:active, -article a:focus { +article a:focus, +article a:hover .copy-to-clipboard, +article a:active .copy-to-clipboard, +article a:focus .copy-to-clipboard { outline: none; text-decoration: underline; }