Skip to content

Commit

Permalink
css: get rid of gtk highlight on icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-emmanuel committed Jan 26, 2023
1 parent 8cc299a commit f813227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/css.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ button:hover, .buttonbox.hover {
opacity: 0.8
}
button:hover image {
-gtk-icon-effect: none;
}
button:active {
opacity: 0.6
}
Expand Down

0 comments on commit f813227

Please sign in to comment.