From 1b935159aa6acad8df05f5ea71cbcb10046e39b6 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Fri, 22 Feb 2019 14:14:06 +0000
Subject: [PATCH] styles buttons with a disabled attr

---
 opentech/static_src/src/sass/apply/components/_button.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opentech/static_src/src/sass/apply/components/_button.scss b/opentech/static_src/src/sass/apply/components/_button.scss
index 0f325f618..abee4d4ec 100644
--- a/opentech/static_src/src/sass/apply/components/_button.scss
+++ b/opentech/static_src/src/sass/apply/components/_button.scss
@@ -9,6 +9,7 @@
         cursor: pointer;
     }
 
+    &:disabled,
     &.is-disabled {
         pointer-events: none;
         opacity: .5;
-- 
GitLab