tables great
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user