Merge remote-tracking branch 'upstream/pull/4705'
This commit is contained in:
commit
0547bda93f
2 changed files with 1 additions and 4 deletions
|
@ -268,7 +268,7 @@ OSM.Directions = function (map) {
|
||||||
I18n.t("javascripts.directions.descend") + ": " + formatHeight(route.descend) + ".");
|
I18n.t("javascripts.directions.descend") + ": " + formatHeight(route.descend) + ".");
|
||||||
}
|
}
|
||||||
|
|
||||||
var turnByTurnTable = $("<table class='table table-sm mb-3'>")
|
var turnByTurnTable = $("<table class='table table-hover table-sm mb-3'>")
|
||||||
.append($("<tbody>"));
|
.append($("<tbody>"));
|
||||||
var directionsCloseButton = $("<button type='button' class='btn-close'>")
|
var directionsCloseButton = $("<button type='button' class='btn-close'>")
|
||||||
.attr("aria-label", I18n.t("javascripts.close"));
|
.attr("aria-label", I18n.t("javascripts.close"));
|
||||||
|
|
|
@ -570,9 +570,6 @@ td.distance {
|
||||||
tr.turn {
|
tr.turn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
tr.turn:hover {
|
|
||||||
background: $list-highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
.routing_marker { width: 15px; cursor: move; }
|
.routing_marker { width: 15px; cursor: move; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue