Skip to content

Commit

Permalink
Merge pull request #856 from nextcloud/bugfix/noid/sidebar-icon-scope
Browse files Browse the repository at this point in the history
Limit scope of the icon white overwrite
  • Loading branch information
skjnldsv authored Apr 14, 2021
2 parents 5470280 + a58a911 commit 267797a
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 @@ -850,7 +850,7 @@ export default {
}

// force white icon on single buttons
.action-item--single.icon-menu-sidebar {
#viewer .action-item--single.icon-menu-sidebar {
background-image: url('../assets/menu-sidebar-white.svg');
}

Expand Down

0 comments on commit 267797a

Please sign in to comment.