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