Skip to content

Commit

Permalink
fix: removed wrong color on active actions button
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <[email protected]>
  • Loading branch information
emoral435 authored and JuliaKirschenheuter committed Feb 5, 2024
1 parent 4116dae commit 9d15710
Showing 1 changed file with 3 additions and 0 deletions.
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 9d15710

Please sign in to comment.