Merge pull request #10415 from mike-000/patch-1

Control button span element pointer events
This commit is contained in:
Andreas Hocevar
2019-12-14 23:42:12 +01:00
committed by GitHub

View File

@@ -150,6 +150,9 @@
border: none;
padding: 0;
}
.ol-control button span {
pointer-events: none;
}
.ol-zoom-extent button {
line-height: 1.4em;
}