aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorfenn-cs <fenn25.fn@gmail.com>2023-11-27 20:14:39 +0100
committerfenn-cs <fenn25.fn@gmail.com>2023-11-30 17:11:02 +0100
commit8ec0f24e6fe62736c2f37608706c023ac28336df (patch)
tree286d19f0e74a0a275f6a97ef4283371f747c7beb /core/src
parent6fa617026d7e1fdf986da08f7a85192bb3d514f2 (diff)
downloadnextcloud-server-8ec0f24e6fe62736c2f37608706c023ac28336df.tar.gz
nextcloud-server-8ec0f24e6fe62736c2f37608706c023ac28336df.zip
Unbold user names in SearchableList
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/GlobalSearch/SearchableList.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/components/GlobalSearch/SearchableList.vue b/core/src/components/GlobalSearch/SearchableList.vue
index 98c4c2675d4..43f7ace1b64 100644
--- a/core/src/components/GlobalSearch/SearchableList.vue
+++ b/core/src/components/GlobalSearch/SearchableList.vue
@@ -149,6 +149,9 @@ export default {
:deep(.button-vue) {
border-radius: var(--border-radius-large) !important;
+ span {
+ font-weight: initial;
+ }
}
}