Skip to content

Commit

Permalink
fix: highlighting style
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jan 31, 2024
1 parent 796a5ca commit 8b6afe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,9 @@ function toggleGradient() {
&.is-active {
--background-opacity: var(--active-background-opacity);
}
&:active, &.is-active:hover {
--background-opacity: calc(var(--active-background-opacity) * 1.5);
}
&.move {
-webkit-app-region: drag;
}
Expand Down

0 comments on commit 8b6afe2

Please sign in to comment.