Skip to content

Commit

Permalink
Remove bold text from share suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Jul 12, 2022
1 parent f586617 commit 2885716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:accessible-label="$gettext('User')"
/>
<div class="files-collaborators-autocomplete-user-text oc-text-truncate">
<span class="oc-text-bold files-collaborators-autocomplete-username" v-text="item.label" />
<span class="files-collaborators-autocomplete-username" v-text="item.label" />
<span
v-if="item.value.shareWithAdditionalInfo"
class="files-collaborators-autocomplete-additional-info"
Expand Down

0 comments on commit 2885716

Please sign in to comment.