[#181] add some rudimentary code to open and close operations at the appropriate moments

This commit is contained in:
Robin Scholtes 2023-04-17 20:44:47 +12:00
parent 55695cb7f1
commit 7648c6dce4
8 changed files with 168 additions and 49 deletions

View file

@ -17,6 +17,11 @@
user-select: auto;
}
#input .cm-scroller:hover,
#output .cm-scroller:hover {
cursor: pointer;
}
#output-text.html-output .cm-content,
#output-text.html-output .cm-line,
#output-html {