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
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with
3 additions and
0 deletions
-
core/src/components/GlobalSearch/SearchableList.vue
|
|
@ -149,6 +149,9 @@ export default { |
|
|
|
|
|
|
|
|
:deep(.button-vue) { |
|
|
:deep(.button-vue) { |
|
|
border-radius: var(--border-radius-large) !important; |
|
|
border-radius: var(--border-radius-large) !important; |
|
|
|
|
|
span { |
|
|
|
|
|
font-weight: initial; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|