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 562e8f9  Make the font weight of phase indicators consistent
562e8f9 is described below

commit 562e8f903bd1fbcf3261c9f209979d5d42d76e83
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Jun 26 19:20:57 2025 +0100

    Make the font weight of phase indicators consistent
---
 atr/static/css/atr.css                | 1 +
 atr/templates/announce-selected.html  | 2 +-
 atr/templates/finish-selected.html    | 2 +-
 atr/templates/revisions-selected.html | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index 801bef3..2ff49c1 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -465,6 +465,7 @@ aside.sidebar nav a:hover {
 
 .atr-phase-symbol-other {
     color: #aaaaaa;
+    font-weight: 650 !important;
 }
 
 .atr-phase-themed .atr-phase-one {
diff --git a/atr/templates/announce-selected.html 
b/atr/templates/announce-selected.html
index 67ef1c0..ce7bb42 100644
--- a/atr/templates/announce-selected.html
+++ b/atr/templates/announce-selected.html
@@ -30,7 +30,7 @@
     <span>
       <span class="atr-phase-symbol-other">①</span>
       <span class="atr-phase-arrow">→</span>
-      <strong class="atr-phase-symbol-other">②</strong>
+      <span class="atr-phase-symbol-other">②</span>
       <span class="atr-phase-arrow">→</span>
       <strong class="atr-phase-three atr-phase-symbol">③</strong>
       <span class="atr-phase-three atr-phase-label">FINISH</span>
diff --git a/atr/templates/finish-selected.html 
b/atr/templates/finish-selected.html
index c2ab03b..d53c86d 100644
--- a/atr/templates/finish-selected.html
+++ b/atr/templates/finish-selected.html
@@ -47,7 +47,7 @@
     <span>
       <span class="atr-phase-symbol-other">①</span>
       <span class="atr-phase-arrow">→</span>
-      <strong class="atr-phase-symbol-other">②</strong>
+      <span class="atr-phase-symbol-other">②</span>
       <span class="atr-phase-arrow">→</span>
       <strong class="atr-phase-three atr-phase-symbol">③</strong>
       <span class="atr-phase-three atr-phase-label">FINISH</span>
diff --git a/atr/templates/revisions-selected.html 
b/atr/templates/revisions-selected.html
index e0f10f1..6a74e5f 100644
--- a/atr/templates/revisions-selected.html
+++ b/atr/templates/revisions-selected.html
@@ -27,7 +27,7 @@
       <span>
         <span class="atr-phase-symbol-other">①</span>
         <span class="atr-phase-arrow">→</span>
-        <strong class="atr-phase-symbol-other">②</strong>
+        <span class="atr-phase-symbol-other">②</span>
         <span class="atr-phase-arrow">→</span>
         <strong class="atr-phase-three atr-phase-symbol">③</strong>
         <span class="atr-phase-three atr-phase-label">FINISH</span>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to