From 53684e7c4043c3bdfc317f62545892d91f595105 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Tue, 24 Mar 2026 13:11:51 +0800 Subject: [PATCH] fix(css): increase sort button focus outline-offset from 2px to 3px Gives the focus ring a bit more breathing room so it doesn't overlap the button text at the new border-radius. Co-Authored-By: Claude --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 1d3a733..e2faf4a 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -645,7 +645,7 @@ th[data-sort]:hover { .sort-btn:focus-visible { outline: 2px solid var(--accent); - outline-offset: 2px; + outline-offset: 3px; } th[data-sort]::after {