Skip to content

Commit

Permalink
Limit scope of the icon white overwrite
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Apr 14, 2021
1 parent d5add78 commit a58a911
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 a58a911

Please sign in to comment.