diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-10-23 10:36:25 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-10-23 15:14:49 -0700 |
commit | 590daccca300df1955ff1585e43900e00063bbc2 (patch) | |
tree | bd585dac26b7b018bd7f62a380dd5ad7d2565332 /apps/files_sharing/src | |
parent | 8c2a4e814afd25249bfb9a0d2ad5d1313596d36e (diff) | |
download | nextcloud-server-590daccca300df1955ff1585e43900e00063bbc2.tar.gz nextcloud-server-590daccca300df1955ff1585e43900e00063bbc2.zip |
fix: Share select search globally icon
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |