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;