diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-09 11:38:27 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:56:12 -0500 |
| commit | 54013ac9110f3730fc9ed2295694ae8ab044b2bc (patch) | |
| tree | c064777821763f4696e09a0bf0bb14df05835097 /app/common/styles/elements | |
| parent | 9e62a1c88c7358b95d81eafd02a6d322d78a56d5 (diff) | |
| download | phosphor-webui-54013ac9110f3730fc9ed2295694ae8ab044b2bc.tar.gz phosphor-webui-54013ac9110f3730fc9ed2295694ae8ab044b2bc.zip | |
fixed code to display proper icon when server is in off state.
Change-Id: Iad633b0986bf37ce63943ab64fdc3279bd419180
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/common/styles/elements/status.scss b/app/common/styles/elements/status.scss index 988c86b..23d4935 100644 --- a/app/common/styles/elements/status.scss +++ b/app/common/styles/elements/status.scss @@ -33,7 +33,8 @@ } -.status-light__disabled { +.status-light__disabled, +.status-light__off{ @include status-light-header; &::before { @include status-light__disabled; |

