From 6f3b01f3dc9561f294f99de0e3d5ccb9ec2e0b89 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 1 Oct 2014 19:09:11 +0200 Subject: [PATCH] Hide the rotate control when the rotation is 0 To prevent the cursor to be displayed as a pointer (only happens with bootstrap) --- css/ol.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/ol.css b/css/ol.css index e6efd38dc1..67b3b4a08b 100644 --- a/css/ol.css +++ b/css/ol.css @@ -57,6 +57,7 @@ } .ol-rotate.ol-hidden { opacity: 0; + display: none; } .ol-zoom-extent { top: 4.643em;