Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: removed wrong color on active actions button
Signed-off-by: Eduardo Morales <[email protected]>
  • Loading branch information
emoral435 authored and Pytal committed Jan 30, 2024
commit f75d877642892f86916beaa9df4bac8034a5c85a
4 changes: 2 additions & 2 deletions js/viewer-filerobot.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-filerobot.js.map

Large diffs are not rendered by default.

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.

Large diffs are not rendered by default.

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