Skip to content

Commit

Permalink
Fixing hover in QToolButton
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Aug 7, 2020
1 parent 10b3064 commit 7f52984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/stylesheet_colors_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ QToolButton
color: white;
}

QToolButton:checked
QToolButton:checked, QToolButton:checked:hover
{
background-color: #202122;
}
Expand Down

0 comments on commit 7f52984

Please sign in to comment.