From dca61505ba138eef3819b16b760ec81becf9329e Mon Sep 17 00:00:00 2001 From: bobzel Date: Sat, 13 May 2023 09:55:48 -0400 Subject: changed EditableViews to support oneline and multiline. Also added transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click. --- src/client/views/ScriptingRepl.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/client/views/ScriptingRepl.scss') diff --git a/src/client/views/ScriptingRepl.scss b/src/client/views/ScriptingRepl.scss index 778e9c445..adc82238e 100644 --- a/src/client/views/ScriptingRepl.scss +++ b/src/client/views/ScriptingRepl.scss @@ -31,6 +31,9 @@ border-radius: 25%; padding: 2px; } +.documentIcon-outerDiv:hover { + opacity: 0.3; +} .scriptingObject-icon { padding: 3px; @@ -48,4 +51,4 @@ .scriptingObject-leaf { margin-left: 15px; -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2