extended disabled status indicator to use "off" icon

Change-Id: If46c5dfa5656948747cbf4f2faacab9244f8e40c
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/utility.scss b/app/common/styles/base/utility.scss
index d0c1e80..bd91f59 100644
--- a/app/common/styles/base/utility.scss
+++ b/app/common/styles/base/utility.scss
@@ -4,6 +4,11 @@
 
 .disabled {
   color: $lightbg__grey;
+  @include fastTransition-all;
+  &:hover {
+    cursor: default;
+    text-decoration: none;
+  }
 }
 
 .float-right {