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/elements | |
| 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/elements')
| -rw-r--r-- | app/common/styles/elements/status.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/styles/elements/status.scss b/app/common/styles/elements/status.scss index 66ff7aa..988c86b 100644 --- a/app/common/styles/elements/status.scss +++ b/app/common/styles/elements/status.scss @@ -4,7 +4,6 @@ display: inline-block; margin-right: -12%; transform: translateY(-2px); - @include slowTransition-all; left: 0; top: 0; width: 20px; @@ -38,6 +37,7 @@ @include status-light-header; &::before { @include status-light__disabled; + @extend .icon__off; } } |

