Fix DeploymentStep disabled state styling

This change removes unnecessary styling from disabled
deployment-step-list list item especially width setting as it causes
horizontal scrollbar to appear

Closes-Bug: 1745385
Change-Id: I449cf7e7e7094e18060c043e85f495be72f9d9ea
This commit is contained in:
Jiri Tomasek
2018-01-25 15:25:16 +01:00
parent fc39bde952
commit 4be591b8ce

View File

@@ -53,14 +53,8 @@ ol.deployment-step-list {
}
&.disabled {
background-color: #fff;
opacity: 0.5;
-moz-opacity: 0.50;
z-index: 20;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
cursor: default;
pointer-events: none;