--- 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}">✎</a> - </span> + <a class="edit-icon" href="${entry.editHref}"></a> </c:if> </div> </c:forEach>