Skip to content

Commit

Permalink
Fix pressed windowcontrols
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Apr 30, 2024
1 parent 342bd81 commit ad8f0dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gtk-4.0/widgets/_windowcontrols.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ windowcontrols {

&:active {
background: rgba($fg-color, 0.15);
border-color: transparent;
box-shadow: none;
}
}
}

0 comments on commit ad8f0dd

Please sign in to comment.