Harden tables selection interactions

This commit is contained in:
2026-03-21 15:20:05 +01:00
parent fb6e5a4e86
commit 7a0ce00429
4 changed files with 69 additions and 4 deletions

View File

@@ -1643,6 +1643,11 @@ pre,
transition: box-shadow 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}
.critical-table-cell:focus-visible {
outline: 2px solid rgba(13, 148, 136, 0.45);
outline-offset: -2px;
}
.critical-table-cell.is-curated {
background:
linear-gradient(135deg, rgba(102, 138, 83, 0.16), transparent 34%),