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
2 changed files with 8 additions and 0 deletions
@@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
border-radius: 4px;
}
QComboBox QAbstractItemView::item:hover {
background-color: #343434;
}
QComboBox QAbstractItemView::item:selected {
background-color: #383838;
}
@@ -618,6 +618,10 @@ QComboBox QAbstractItemView::item {
border-radius: 4px;
}
QComboBox QAbstractItemView::item:hover {
background-color: #F3F3F3;
}
QComboBox QAbstractItemView::item:selected {
background-color: #F0F0F0;
}