diff options
author | fenn-cs <fenn25.fn@gmail.com> | 2023-11-27 20:14:39 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2023-11-29 11:35:31 +0100 |
commit | 1c5ceaff9ba0cf9d036a1d257838d881cd2fcae6 (patch) | |
tree | 3b221a8c3542a005a92620474fa16b57c5fcb5b4 /core | |
parent | 1fe7ba57c868fca92deb8ed0e582858dbc5fe50d (diff) | |
download | nextcloud-server-1c5ceaff9ba0cf9d036a1d257838d881cd2fcae6.tar.gz nextcloud-server-1c5ceaff9ba0cf9d036a1d257838d881cd2fcae6.zip |
Unbold user names in SearchableList
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/src/components/GlobalSearch/SearchableList.vue | 3 |
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; + } } } |