diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-31 18:49:32 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:48:30 -0500 |
| commit | 20389abb07931289683adbb515d3ff19ea18d44d (patch) | |
| tree | e51e2e02b5e92132e9e50d696d3457cde156b639 /app/common/styles/base | |
| parent | a6a15c21ae8eee2452054ef050cbf3345af2f6a3 (diff) | |
| download | phosphor-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.scss | 5 |
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 { |

