refactor(css): remove backdrop-filter blur from table header

Drops the blur(14px) backdrop-filter on the sticky table header and
raises the background opacity from 0.92 to 0.97 so the header remains
clearly readable without the compositing overhead.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 16:14:56 +08:00
parent 50e27b992f
commit 302ae14c2d

View File

@@ -571,8 +571,7 @@ kbd {
letter-spacing: 0.03em;
white-space: nowrap;
border-bottom: 1px solid var(--line);
background: oklch(98.2% 0.012 80 / 0.92);
backdrop-filter: blur(14px);
background: oklch(98.2% 0.012 80 / 0.97);
}
.table tbody td {