Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/4705'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Apr 15, 2024
2 parents ca77bb4 + 48fc453 commit 0547bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/index/directions.js
Expand Up @@ -268,7 +268,7 @@ OSM.Directions = function (map) {
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>"));
var directionsCloseButton = $("<button type='button' class='btn-close'>")
.attr("aria-label", I18n.t("javascripts.close"));
Expand Down
3 changes: 0 additions & 3 deletions app/assets/stylesheets/common.scss
Expand Up @@ -570,9 +570,6 @@ td.distance {
tr.turn {
cursor: pointer;
}
tr.turn:hover {
background: $list-highlight;
}

.routing_marker { width: 15px; cursor: move; }

Expand Down

0 comments on commit 0547bda

Please sign in to comment.