Skip to content

Commit

Permalink
Merge pull request #2994 from camptocamp/114-rotate-button-mobile
Browse files Browse the repository at this point in the history
Fix rotate button on mobile devices
  • Loading branch information
fredj committed Oct 17, 2017
2 parents b278554 + 5f01506 commit 001f543
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contribs/gmf/less/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ gmf-map {
}
}

.ol-rotate,
.ol-zoom {
button {
&:hover {
background-color: @map-tools-bg-color;
}
}
}

.ol-scale-line {
bottom: @app-margin;
left: @app-margin;
Expand Down

0 comments on commit 001f543

Please sign in to comment.