tables great
This commit is contained in:
@@ -172,4 +172,21 @@
|
|||||||
.fade-enter,
|
.fade-enter,
|
||||||
.fade-exit-to {
|
.fade-exit-to {
|
||||||
opacity: 0;
|
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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user