tables great
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m1s

This commit is contained in:
2026-03-13 16:34:31 -05:00
parent abbdb993d5
commit 163003d857
+17
View File
@@ -173,3 +173,20 @@
.fade-exit-to {
opacity: 0;
}
/* --- Tiptap Table Selection --- */
.ProseMirror td.selectedCell,
.ProseMirror th.selectedCell {
background: color-mix(in srgb, var(--primary), transparent 90%);
position: relative;
}
.ProseMirror td.selectedCell::after,
.ProseMirror th.selectedCell::after {
content: "";
position: absolute;
inset: -1px;
border: 2px solid var(--primary);
pointer-events: none;
z-index: 10;
}