Skip to content

Commit

Permalink
Fix header button selector after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Oct 21, 2021
1 parent 7ea578d commit 168b4e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ export default {
background-color: rgba(255, 255, 255, 0.92) !important;
}
::v-deep .modal-title,
::v-deep .modal-header button::before {
::v-deep .modal-header .icons-menu button svg {
color: #000000 !important;
}
::v-deep .modal-container {
Expand All @@ -876,7 +876,7 @@ export default {
}
}
::v-deep .modal-title,
::v-deep .modal-header button::before {
::v-deep .modal-header .icons-menu button svg {
body.theme--light & {
color: var(--color-main-text) !important;
}
Expand Down

0 comments on commit 168b4e3

Please sign in to comment.