From 239a9ec0f4c62b2cb09d85aad574637061df7426 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 7 Apr 2015 18:16:54 -0400 Subject: [PATCH] closes #57 --- less/style.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/style.less b/less/style.less index 6ac812f..1887232 100644 --- a/less/style.less +++ b/less/style.less @@ -217,4 +217,9 @@ a.permalink { color: @gray-light; text-decoration: underline; } +} + + +.disabled a { + pointer-events: none; } \ No newline at end of file