src/main/webapp/WEB-INF/jspf/navmenu.jspf

changeset 412
e0119fb1b442
parent 395
c3ef1c328b36
--- a/src/main/webapp/WEB-INF/jspf/navmenu.jspf	Thu Feb 19 17:48:07 2026 +0100
+++ b/src/main/webapp/WEB-INF/jspf/navmenu.jspf	Fri Feb 20 15:27:09 2026 +0100
@@ -52,9 +52,7 @@
             </c:if>
         </a>
         <c:if test="${not empty entry.editHref}">
-            <span class="edit-icon-container">
-                <a class="onhover-edit-icon" href="${entry.editHref}">&#x270e;</a>
-            </span>
+            <a class="edit-icon" href="${entry.editHref}"></a>
         </c:if>
     </div>
 </c:forEach>

mercurial