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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 13:11:51 +08:00
parent eb5b37daf5
commit 53684e7c40

View File

@@ -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 {