Change hover background color in QComboBox

This commit is contained in:
Gustavo Graziano 2026-05-12 14:01:48 -03:00 committed by GitHub
parent 78df24024e
commit d7b4252367
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: #F3F3F3;
background-color: #F0F0F0;
}
QComboBox QAbstractItemView::item:selected {