Skip to content

Commit 0577a4c

Browse files
authored
Merge pull request #1073 from nextcloud/backport/1070/stable21
[stable21] Add light ⬇️ download icon
2 parents 7284cf0 + 06d542e commit 0577a4c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

js/viewer-main.js

Lines changed: 3 additions & 3 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
@@ -852,6 +852,10 @@ export default {
852852
background-image: url('../assets/menu-sidebar-white.svg');
853853
}
854854
855+
#viewer .action-item--single.icon-download {
856+
background-image: var(--icon-download-fff);
857+
}
858+
855859
// Override vue components scss
856860
.app-sidebar.app-sidebar--full {
857861
position: fixed !important;

0 commit comments

Comments
 (0)