Skip to content

Commit 1a50529

Browse files
beardhatcodeszaimen
authored andcommitted
Use modal-mask--dark selector to make icons light + add light ⬇️ download icon
As of the following commit, we may use modal-mask--dark as selector to know if the modal is dark. nextcloud-libraries/nextcloud-vue@0cd2258 Signed-off-by: Robbert Gurdeep Singh <git@beardhatcode.be> Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 82c41a7 commit 1a50529

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

js/viewer-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/Viewer.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,10 @@ export default {
864864
background-image: url('../assets/menu-sidebar-white.svg');
865865
}
866866
867+
#viewer .action-item--single.icon-download {
868+
background-image: var(--icon-download-000);
869+
}
870+
867871
// put autocomplete over full sidebar
868872
// TODO: remove when new sharing sidebar (18)
869873
// is the min-version of viewer

0 commit comments

Comments
 (0)