Expand lines on highlight, fix EditorLabel highlight attempt
This commit is contained in:
@@ -81,6 +81,12 @@ class EditorLabel extends EditorEntryBase {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
break;
|
||||
|
||||
case ' ':
|
||||
// We don't support highlighting, but stop propagation
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -264,6 +264,7 @@ body {
|
||||
|
||||
.gridLines.highlight {
|
||||
--line-color: var(--focus);
|
||||
--line-width: 3;
|
||||
}
|
||||
|
||||
.gridLinkLabel {
|
||||
|
||||
Reference in New Issue
Block a user