Replace deprecated text-muted class with text-body-secondary

This commit is contained in:
Tom Hughes 2024-05-06 09:49:51 +01:00
parent 56a34d85cc
commit 161fc8ac47
30 changed files with 59 additions and 59 deletions

View file

@ -307,7 +307,7 @@ OSM.Directions = function (map) {
var row = $("<tr class='turn'/>");
row.append("<td class='border-0'><div class='direction i" + direction + "'/></td> ");
row.append("<td>" + instruction);
row.append("<td class='distance text-muted text-end'>" + dist);
row.append("<td class='distance text-body-secondary text-end'>" + dist);
row.on("click", function () {
popup