Skip to content

Commit

Permalink
Merge pull request #2146 from nextcloud/backport/2139/stable28
Browse files Browse the repository at this point in the history
[stable28] fix: removed wrong color on active actions button
  • Loading branch information
AndyScherzinger authored Feb 5, 2024
2 parents 4116dae + 874abb7 commit 605dc5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.

3 changes: 3 additions & 0 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,9 @@ export default {
background-color: rgba(255, 255, 255, .08) !important;
outline: 2px solid var(--color-primary-element) !important;
}
&.action-item__menutoggle {
background-color: transparent;
}
}

&.theme--undefined.modal-mask {
Expand Down

0 comments on commit 605dc5d

Please sign in to comment.