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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user