From dd9004bac55ed644f1849ccea35616dbb4382ebb Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 6 Sep 2019 14:09:46 +0100 Subject: [PATCH] fix(css): force pointer cursor on - partially revert bdef12bcb6ecf7a45dd6785164e5675aab0f5980 --- themes/typing/source/css/typing.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 0f92e1e..2332803 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -60,6 +60,7 @@ h3 { a { color: inherit; + cursor: pointer; } a:active, @@ -847,6 +848,7 @@ svg#link { .copy-button { border: 1px solid #999; border-radius: 5px; + cursor: pointer; font-size: 0.8em; line-height: 1em; padding: 5px;