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; }