Skip to content

Commit

Permalink
Merge pull request #2139 from nextcloud/fix/a11y/2138/wrong-color-on-…
Browse files Browse the repository at this point in the history
…active-actions-buttons

fix: removed wrong color on active actions button
  • Loading branch information
AndyScherzinger authored Feb 5, 2024
2 parents 8d9587a + d4166c1 commit b31e3d1
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 @@ -1284,6 +1284,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 b31e3d1

Please sign in to comment.