Change hover background color in QComboBox

This commit is contained in:
Gustavo Graziano 2026-05-12 14:01:24 -03:00 committed by GitHub
parent 8c750a770a
commit 78df24024e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -620,7 +620,7 @@ QComboBox QAbstractItemView::item {
}
QComboBox QAbstractItemView::item:hover {
background-color: #343434;
background-color: #383838;
}
QComboBox QAbstractItemView::item:selected {