This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 6ef9875 Enlarge the arrow in the file movement form
6ef9875 is described below
commit 6ef9875f21c1dca171a3206ad7feb30f942e27b1
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed May 21 15:17:52 2025 +0100
Enlarge the arrow in the file movement form
---
atr/static/js/finish-selected-move.js | 2 +-
atr/static/ts/finish-selected-move.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/atr/static/js/finish-selected-move.js
b/atr/static/js/finish-selected-move.js
index b871fcc..5f6da4c 100644
--- a/atr/static/js/finish-selected-move.js
+++ b/atr/static/js/finish-selected-move.js
@@ -103,7 +103,7 @@ function renderListItems(tbodyElement, items, config) {
row.setAttribute("aria-selected", "true");
span.classList.add("fw-bold");
const arrowSpan = document.createElement("span");
- arrowSpan.className = "text-success fs-3";
+ arrowSpan.className = "text-success fs-1";
arrowSpan.textContent = "→";
buttonCell.appendChild(arrowSpan);
}
diff --git a/atr/static/ts/finish-selected-move.ts
b/atr/static/ts/finish-selected-move.ts
index e5e89ea..1f5b270 100644
--- a/atr/static/ts/finish-selected-move.ts
+++ b/atr/static/ts/finish-selected-move.ts
@@ -153,7 +153,7 @@ function renderListItems(
span.classList.add("fw-bold");
const arrowSpan = document.createElement("span");
- arrowSpan.className = "text-success fs-3";
+ arrowSpan.className = "text-success fs-1";
arrowSpan.textContent = "→";
buttonCell.appendChild(arrowSpan);
} else {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]