commit | 20389abb07931289683adbb515d3ff19ea18d44d | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Jul 31 18:49:32 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 13:48:30 2017 -0500 |
tree | e51e2e02b5e92132e9e50d696d3457cde156b639 | |
parent | a6a15c21ae8eee2452054ef050cbf3345af2f6a3 [diff] [blame] |
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 {