summaryrefslogtreecommitdiffstats
path: root/app/common/styles/base
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-07-31 18:49:32 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 13:48:30 -0500
commit20389abb07931289683adbb515d3ff19ea18d44d (patch)
treee51e2e02b5e92132e9e50d696d3457cde156b639 /app/common/styles/base
parenta6a15c21ae8eee2452054ef050cbf3345af2f6a3 (diff)
downloadphosphor-webui-20389abb07931289683adbb515d3ff19ea18d44d.tar.gz
phosphor-webui-20389abb07931289683adbb515d3ff19ea18d44d.zip
extended disabled status indicator to use "off" icon
Change-Id: If46c5dfa5656948747cbf4f2faacab9244f8e40c Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/base')
-rw-r--r--app/common/styles/base/utility.scss5
1 files changed, 5 insertions, 0 deletions
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 {
OpenPOWER on IntegriCloud