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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user