-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JanAckermann
committed
Jul 22, 2022
1 parent
883d7c4
commit a2ac150
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,12 @@ exports[`Collaborator ListItem component share inheritance indicators show when | |
<div class="oc-flex oc-flex-middle"><span class="oc-text-truncate oc-m-rm"><span aria-hidden="true" class="files-collaborators-collaborator-name">Brian Murphy</span></span> <span class="oc-invisible-sr">Share receiver name: Brian Murphy ([email protected])</span> | ||
<oc-drop-stub mode="manual" target=".collaborator-edit-dropdown-options-btn" class="share-access-details-drop"> | ||
<h5 class="oc-text-bold oc-mt-rm" data-msgid="Access details" data-current-language="en_US">Access details</h5> | ||
<oc-list-stub> | ||
<li class="oc-flex"><span class="oc-width-1-2" data-msgid="Addition" data-current-language="en_US">Addition</span><span class="files-collaborators-collaborator-additional-info oc-width-1-2">[email protected]</span></li> | ||
<li class="oc-flex"><span class="oc-width-1-2" data-msgid="Type" data-current-language="en_US">Type</span><span class="files-collaborators-collaborator-share-type oc-width-1-2">User</span></li> | ||
</oc-list-stub> | ||
<dl> | ||
<dt class="oc-text-muted" data-msgid="Addition" data-current-language="en_US">Addition</dt> | ||
<dd class="files-collaborators-collaborator-additional-info">[email protected]</dd> | ||
<dt class="oc-text-muted" data-msgid="Type" data-current-language="en_US">Type</dt> | ||
<dd class="files-collaborators-collaborator-share-type">User</dd> | ||
</dl> | ||
</oc-drop-stub> | ||
</div> | ||
<div class="oc-m-rm oc-flex oc-flex-middle oc-flex-between"> | ||
|