Skip to content

Commit

Permalink
Fix light download icon
Browse files Browse the repository at this point in the history
The edit in commit 71856dd explicitly
used the black icon instead of the white one from the backported commit

Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
beardhatcode authored and nextcloud-command committed Nov 19, 2021
1 parent 71856dd commit 5fc994b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ export default {
}

#viewer .action-item--single.icon-download {
background-image: var(--icon-download-000);
background-image: var(--icon-download-fff);
}

// put autocomplete over full sidebar
Expand Down

0 comments on commit 5fc994b

Please sign in to comment.