From 590daccca300df1955ff1585e43900e00063bbc2 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 23 Oct 2023 10:36:25 -0700 Subject: [PATCH] fix: Share select search globally icon Signed-off-by: Christopher Ng --- apps/files_sharing/src/components/SharingInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 2a02af1be0f..1de28abef82 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -560,7 +560,7 @@ export default { background-repeat: no-repeat; background-position: center; background-color: var(--color-text-maxcontrast) !important; - div { + .avatardiv__initials-wrapper { display: none; } }