Skip to content
Merged
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 JuliaKirschenheuter committed Feb 5, 2024
commit 9d15710a5faea95cbd7ab72490d6a20056be921c
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