Fix bug on GTK desktop environments

For some reason this makes the entries on the combo-box huge when covered. It was never bold on windows anyways.
This commit is contained in:
pineappleEA
2021-01-27 00:40:20 +02:00
committed by GitHub
parent af4eea9259
commit c6caca16d9

View File

@@ -1257,10 +1257,6 @@ QComboBox::item:alternate {
background: #19232D;
}
QComboBox::item:checked {
font-weight: bold;
}
QComboBox::item:selected {
border: 0px solid transparent;
}