mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-30 04:32:02 +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;
|
letter-spacing: 0.03em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-bottom: 1px solid var(--line);
|
border-bottom: 1px solid var(--line);
|
||||||
background: oklch(98.2% 0.012 80 / 0.92);
|
background: oklch(98.2% 0.012 80 / 0.97);
|
||||||
backdrop-filter: blur(14px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table tbody td {
|
.table tbody td {
|
||||||
|
|||||||
Reference in New Issue
Block a user