Hide the rotate control when the rotation is 0

To prevent the cursor to be displayed as a pointer (only happens with bootstrap)
This commit is contained in:
Frederic Junod
2014-10-01 19:09:11 +02:00
parent 7273b501f1
commit 6f3b01f3dc

View File

@@ -57,6 +57,7 @@
}
.ol-rotate.ol-hidden {
opacity: 0;
display: none;
}
.ol-zoom-extent {
top: 4.643em;