Allow application developers to modify cursors
With this change, cursors can be set on the map target again.
This commit is contained in:
@@ -159,12 +159,8 @@ a.ol-full-screen-true:after {
|
|||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
|
}
|
||||||
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.ol-viewport .ol-unselectable:not([ie8andbelow]) {
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
.ol-zoom {
|
.ol-zoom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user