diff options
author | bobzel <zzzman@gmail.com> | 2022-11-15 14:24:11 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-11-15 14:24:11 -0500 |
commit | 51a85bae74c3d8ccddb57f6063e93b237cdf1ebd (patch) | |
tree | 01f3af984eeef920284547e86583f60d76866375 /src/client/views/nodes/DocumentView.scss | |
parent | 19f317bd43a7cc8df0daf1c0642011cc8754e14b (diff) |
added playback of audio annotation on inPlace container. fixed image anchors to be marked un-rendered so link lines show up.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r-- | src/client/views/nodes/DocumentView.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index e437d295e..01188d3fa 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -198,9 +198,9 @@ > .documentView-titleWrapper-hover { display: inline-block; } - > .documentView-contentsView { - opacity: 0.5; - } + // > .documentView-contentsView { + // opacity: 0.5; + // } > .documentView-captionWrapper { opacity: 1; } |