commit | f39759a1603d90b01ef4716140883f355a16765f | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Jul 31 18:27:49 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 12:50:54 2017 -0500 |
tree | d3dc4cf310841b9c24a9fb78bd555c9313473c6c | |
parent | d14544b91c29aaab779a795d98076492529ff4f3 [diff] |
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 {