Improve button hover effect for checked buttons

This commit is contained in:
Jonathan White
2020-08-13 22:34:20 -04:00
committed by Janek Bevendorff
parent 8a7bdd5b95
commit c0c0ef9fe8
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ QPushButton:!default:hover {
background: palette(mid);
}
PasswordGeneratorWidget QPushButton:checked {
QPushButton:checked {
background: palette(highlight);
color: palette(highlighted-text);
}