зеркало из https://github.com/docker/kitematic.git
Merge pull request #627 from kitematic/disable-clicking-preview
Disabled browsing web preview.
This commit is contained in:
Коммит
b1f09d2c7e
|
@ -62,6 +62,7 @@ var ContainerHomePreview = React.createClass({
|
|||
</div>
|
||||
</div>
|
||||
{frame}
|
||||
<div className="frame-overlay"></div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -82,22 +82,6 @@
|
|||
height: 100%;
|
||||
z-index: 100;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче