Use Bootstrap hoverable rows in directions tables

This commit is contained in:
Anton Khorev 2024-04-15 18:52:19 +03:00
parent 213fff35ea
commit 48fc453dd0
2 changed files with 1 additions and 4 deletions

View file

@ -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"));