commit | c562618de9407bbffbcb6c523b40834b9a10d259 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Fri Mar 10 15:48:05 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 12:41:10 2017 -0500 |
tree | ca870ba8ed3ad8985f111f443946d375ed936191 | |
parent | 29825e49ea2e618dd2423aaf2ade10e87c851b34 [diff] |
power-operations: add indeterminate status bar Change-Id: I400aa855e4e9dd6b00f665083a7ba0fa4843825d Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/src/scss/components/_power-ops.scss b/src/scss/components/_power-ops.scss index 8cd7aa8..1a517be 100644 --- a/src/scss/components/_power-ops.scss +++ b/src/scss/components/_power-ops.scss
@@ -69,6 +69,15 @@ } } } + &.power__state-indet { + color: $darkgrey; + @include indeterminate-bar; + .power__state { + span:before { + color: $status-warn; + } + } + } } // Power button options