Skip to content

Commit

Permalink
Merge pull request #39783 from nextcloud/backport/39685/stable27
Browse files Browse the repository at this point in the history
[stable27] feat: Set file reminders
  • Loading branch information
AndyScherzinger authored Aug 10, 2023
2 parents 6d07a29 + a3c333c commit 7711928
Show file tree
Hide file tree
Showing 30 changed files with 777 additions and 30 deletions.
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.

7 changes: 5 additions & 2 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,11 @@ a.action > img {
vertical-align: text-bottom;
}

a.action.action-editlocally img.icon {
filter: var(--background-invert-if-dark);
a.action.action-editlocally,
a.action.action-setreminder {
img.icon {
filter: var(--background-invert-if-dark);
}
}

/* Actions for selected files */
Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7711928

Please sign in to comment.