mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user