aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-10-23 10:36:25 -0700
committerChristopher Ng <chrng8@gmail.com>2023-10-23 15:14:49 -0700
commit590daccca300df1955ff1585e43900e00063bbc2 (patch)
treebd585dac26b7b018bd7f62a380dd5ad7d2565332 /apps/files_sharing/src
parent8c2a4e814afd25249bfb9a0d2ad5d1313596d36e (diff)
downloadnextcloud-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.vue2
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;
}
}