usability and design changes for inventory
usability and design changes for inventory
Change-Id: Ibd7f2be5223944646bdbb179673fee29603fa902
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-health/styles/inventory.scss b/app/server-health/styles/inventory.scss
index 6abbe27..55244eb 100644
--- a/app/server-health/styles/inventory.scss
+++ b/app/server-health/styles/inventory.scss
@@ -40,9 +40,6 @@
.inv-active {
color: darken($active, 20%);
}
- .inv-present {
- color: darken($present, 20%);
- }
&.inv-disabled {
background: $medgrey;
.inventory__device-col,
@@ -57,9 +54,6 @@
cursor: default;
}
}
- .accord-trigger {
- margin-top: -8px;
- }
}
// Header row
@@ -143,6 +137,9 @@
padding-bottom: 1em;
@include fastTransition-all;
}
+ &:hover {
+ cursor: default;
+ }
}
.inventory__metadata-block {
@@ -152,7 +149,7 @@
@include calcColumn-3;
}
.content-label {
- color:lighten($darkgrey, 10%);
+ color: $darkgrey;
}
}
@@ -178,7 +175,10 @@
border-top: 0;
max-height: 500px;
padding: .5em 1em;
- width: 23%;
+ width: 30%;
+ }
+ .icon__warning {
+ margin-top: -10px;
}
}
}