From: fenn-cs Date: Mon, 27 Nov 2023 19:14:39 +0000 (+0100) Subject: Unbold user names in SearchableList X-Git-Tag: v29.0.0beta1~757^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1c5ceaff9ba0cf9d036a1d257838d881cd2fcae6;p=nextcloud-server.git Unbold user names in SearchableList Signed-off-by: fenn-cs --- 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; + } } }