fix(overlaid): Preview button was just invisible?

This commit is contained in:
Ben Gotow 2016-10-20 16:10:09 -07:00
parent c89166d2e1
commit 2b36e9d8a9

View file

@ -549,13 +549,13 @@ img.n1-overlaid-component-anchor-container {
}
.toggle-preview {
position: absolute;
top: -17px;
right: 0;
top: 5px;
right: 20px;
font-size: @font-size-smaller;
opacity: 0.3;
cusor: pointer;
cursor: pointer;
&:hover {
cusor: pointer;
cursor: pointer;
opacity: 1;
}
}