Skip to content

Commit

Permalink
Merge pull request #39196 from nextcloud/feat/f2v/sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jul 11, 2023
2 parents 5c6ed30 + 74763e8 commit 2cf8d6d
Show file tree
Hide file tree
Showing 60 changed files with 2,228 additions and 1,329 deletions.
1 change: 1 addition & 0 deletions __mocks__/@nextcloud/axios.ts
Expand Up @@ -20,6 +20,7 @@
*
*/
export default {
get: async () => ({ status: 200, data: {} }),
delete: async () => ({ status: 200, data: {} }),
post: async () => ({ status: 200, data: {} }),
}
2 changes: 1 addition & 1 deletion apps/files/css/files.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions apps/files/css/files.scss
Expand Up @@ -144,13 +144,13 @@
.nav-icon-favorites {
@include icon-color('starred', 'actions', variables.$color-black, 2, true);
}
.nav-icon-sharingin,
.nav-icon-sharingout,
.nav-icon-pendingshares,
.nav-icon-shareoverview {
.nav-icon-sharinginOld,
.nav-icon-sharingoutOld,
.nav-icon-pendingsharesOld,
.nav-icon-shareoverviewOld {
@include icon-color('share', 'files', variables.$color-black);
}
.nav-icon-sharinglinks {
.nav-icon-sharinglinksOld {
@include icon-color('public', 'files', variables.$color-black);
}
.nav-icon-extstoragemounts {
Expand All @@ -162,7 +162,7 @@
.nav-icon-trashbin-starred {
@include icon-color('delete', 'files', #ff0000);
}
.nav-icon-deletedshares {
.nav-icon-deletedsharesOld {
@include icon-color('unshare', 'files', variables.$color-black);
}
.nav-icon-favorites-starred {
Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

Large diffs are not rendered by default.

0 comments on commit 2cf8d6d

Please sign in to comment.