Add missing hover effect in ‎GustavoGraziano's theme

This commit is contained in:
Gustavo Graziano 2026-05-08 11:24:54 -03:00 committed by GitHub
parent 98e9b3cf30
commit c102d1ec0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
border-radius: 4px;
}
QComboBox QAbstractItemView::item:hover {
background-color: #343434;
}
QComboBox QAbstractItemView::item:selected {
background-color: #383838;
}

View File

@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
border-radius: 4px;
}
QComboBox QAbstractItemView::item:hover {
background-color: #F3F3F3;
}
QComboBox QAbstractItemView::item:selected {
background-color: #F0F0F0;
}