mirror of https://github.com/docker/docs.git
Merge pull request #627 from kitematic/disable-clicking-preview
Disabled browsing web preview.
This commit is contained in:
commit
b1f09d2c7e
|
@ -62,6 +62,7 @@ var ContainerHomePreview = React.createClass({
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{frame}
|
{frame}
|
||||||
|
<div className="frame-overlay"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -82,22 +82,6 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
transition: background-color 0.25s;
|
|
||||||
.icon {
|
|
||||||
margin-top: 40%;
|
|
||||||
display: block;
|
|
||||||
font-size: 60px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.text {
|
|
||||||
font-size: 20px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
color: white;
|
|
||||||
background-color: @gray-darkest;
|
|
||||||
opacity: 0.75;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue