Browse Source

Unbold user names in SearchableList

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
pull/41781/head
fenn-cs 2 years ago
committed by Andy Scherzinger
parent
commit
1c5ceaff9b
No known key found for this signature in database GPG Key ID: 6CADC7E3523C308B
  1. 3
      core/src/components/GlobalSearch/SearchableList.vue

3
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;
}
}
}

Loading…
Cancel
Save