commit | 092093846a879f34179890bd7372e7b4b5876046 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Jul 31 18:27:49 2017 -0500 |
committer | Iftekharul Islam <iffy.ryan@ibm.com> | Wed Sep 27 11:47:35 2017 -0500 |
tree | 3268748436ca13f42b7c330ac9f49d35d774aa7a | |
parent | e78e25876fe4e12e8394953665cba2391aacbd68 [diff] |
extended disabled status indicator to use "off" icon Change-Id: If46c5dfa5656948747cbf4f2faacab9244f8e40c Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/elements/inline-confirm.scss b/app/common/styles/elements/inline-confirm.scss index 4746eb9..b01c576 100644 --- a/app/common/styles/elements/inline-confirm.scss +++ b/app/common/styles/elements/inline-confirm.scss
@@ -6,7 +6,6 @@ transform: translateY(-103%); width: 100%; height: 100%; - //margin-left: -1.8em; z-index: 5; background: $darkbg__primary; color: $white; @@ -45,6 +44,7 @@ // confirmation message .inline__confirm-message { display: inline-block; + font-weight: 400; } // Power confirmation message icon
diff --git a/app/common/styles/elements/toggle-filter.scss b/app/common/styles/elements/toggle-filter.scss index 7305414..6dd7e77 100644 --- a/app/common/styles/elements/toggle-filter.scss +++ b/app/common/styles/elements/toggle-filter.scss
@@ -24,7 +24,6 @@ font-weight: 700; border-radius: 0; display: inline-block; - border-left: 0; &.first, &.last { border-radius: 3px;