Skip to content

Commit

Permalink
Merge pull request #1202 from nextcloud/bugfix/noid/button-color
Browse files Browse the repository at this point in the history
Let header buttons properly adapt to the viewer handler theme
  • Loading branch information
max-nextcloud authored Apr 7, 2022
2 parents b07e655 + ba405fe commit f913d5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.

8 changes: 4 additions & 4 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,10 @@ export default {
}
::v-deep .modal-title,
::v-deep .modal-header .icons-menu {
button, a {
svg body.theme--light & {
color: var(--color-main-text) !important;
}
color: var(--color-main-text) !important;

button svg, a {
color: var(--color-main-text) !important;
}
}
::v-deep .modal-container {
Expand Down

0 comments on commit f913d5f

Please sign in to comment.