1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Lexical: Linked up table resize handler (unfinished)

This commit is contained in:
Dan Brown
2024-06-26 13:52:00 +01:00
parent 59936631ec
commit b1130cb1c3
3 changed files with 110 additions and 22 deletions

View File

@@ -169,14 +169,13 @@
}
}
.editor-table-marker-row,
.editor-table-marker-column {
.editor-table-marker {
position: fixed;
background-color: var(--editor-color-primary);
z-index: 99;
user-select: none;
opacity: 0;
&:hover {
&:hover, &.active {
opacity: 0.4;
}
}