From bdef12bcb6ecf7a45dd6785164e5675aab0f5980 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 6 Sep 2019 14:07:22 +0100 Subject: [PATCH] fix(css): remove unnecessary rules --- themes/typing/source/css/typing.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 2f5ef27..0f92e1e 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -60,8 +60,6 @@ h3 { a { color: inherit; - transition: color 0.25s linear; - cursor: pointer; } a:active, @@ -441,7 +439,6 @@ blockquote { .article .article-entry blockquote footer cite a { color: #cacdd0; border-bottom: 1px solid #eee; - transition: color 0.25s linear; } .article .article-entry blockquote footer cite:before { @@ -850,7 +847,6 @@ svg#link { .copy-button { border: 1px solid #999; border-radius: 5px; - cursor: pointer; font-size: 0.8em; line-height: 1em; padding: 5px;