From 6cc6f201af339949274fbf573fab1fa52ab4e204 Mon Sep 17 00:00:00 2001
From: Sid Roberts <sid@sidroberts.co.uk>
Date: Wed, 19 Aug 2015 23:09:17 +0100
Subject: [PATCH] Fixed a typo (disaabled).

---
 scss/_buttons.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index 97d2251035..265f35776d 100644
--- a/scss/_buttons.scss
+++ b/scss/_buttons.scss
@@ -48,7 +48,7 @@
 }
 
 // Future-proof disabling of clicks on `<a>` elements
-a.btn.disaabled,
+a.btn.disabled,
 fieldset[disabled] a.btn {
   pointer-events: none;
 }
-- 
GitLab