From 40d053d552e439a07032842e14c6dcef6f53754e Mon Sep 17 00:00:00 2001 From: sqozz Date: Sat, 13 Feb 2016 02:23:54 +0100 Subject: [PATCH] Made github.com link clickable again --- static/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index e08da4d..4373430 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -105,7 +105,7 @@ a:focus .description { pointer-events: auto; } -a:focus { +a:focus > div { pointer-events: none; }