Skip to content

Commit

Permalink
Merge pull request #39685 from nextcloud/feat/integrate-files-reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Aug 9, 2023
2 parents 42d1568 + 1d2ec6b commit 7c7a3be
Show file tree
Hide file tree
Showing 30 changed files with 780 additions and 31 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.

9 changes: 6 additions & 3 deletions apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ table td.selection {
background-color: var(--color-main-background);
mask: var(--icon-star-rounded-white) no-repeat;
mask-size: 22px 22px;

width: 22px;
height: 22px;
display: flex;
Expand Down Expand Up @@ -655,8 +655,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 7c7a3be

Please sign in to comment.