Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-10-06 12:57:35 +0300
committerAzul <azul@riseup.net>2021-10-25 11:47:07 +0300
commit9f649aa1a3ca520aa88e68778fae56df02c3fe78 (patch)
treef7a60fe7f655d797b6baf7a1497b339a5a7cfdfe /src
parentd7f10f477cc9fa2752b17dd4f6d1abe4a1f9706f (diff)
Only show image author annotations if needed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/EditorWrapper.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/EditorWrapper.vue b/src/components/EditorWrapper.vue
index 1f6b05cc4..62890cd6d 100644
--- a/src/components/EditorWrapper.vue
+++ b/src/components/EditorWrapper.vue
@@ -540,7 +540,8 @@ export default {
padding-bottom: 2px;
}
- &:not(.show-color-annotations)::v-deep .author-annotation {
+ &:not(.show-color-annotations)::v-deep .author-annotation,
+ &:not(.show-color-annotations)::v-deep .image {
background-color: transparent !important;
color: var(--color-main-text) !important;
}