From 0abb1ffcc6c7a51407461b98e74d0d53adc51c00 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Mon, 2 Feb 2026 16:18:48 +0000 Subject: [PATCH] fix(web): make gear table actions consistent with roasts table - Add visible "Actions" header instead of screen-reader-only text - Change delete icon from always-red to neutral gray with red hover - Add focus-visible styles and title attribute for accessibility --- templates/partials/gear_list.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/partials/gear_list.html b/templates/partials/gear_list.html index 9a90b49..311b181 100644 --- a/templates/partials/gear_list.html +++ b/templates/partials/gear_list.html @@ -21,9 +21,7 @@ {% call table::sortable_header("Model", "model", navigator, "#gear-list") %} {% call table::sortable_header("Added", "created-at", navigator, "#gear-list") %} {% if is_authenticated %} - - Actions - + Actions {% endif %} @@ -45,10 +43,11 @@ {{ item.created_at }} {% if is_authenticated %} - +