mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Unbold user names in SearchableList
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
1fe7ba57c8
commit
1c5ceaff9b
1 changed files with 3 additions and 0 deletions
|
|
@ -149,6 +149,9 @@ export default {
|
|||
|
||||
:deep(.button-vue) {
|
||||
border-radius: var(--border-radius-large) !important;
|
||||
span {
|
||||
font-weight: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue