removed commented color

This commit is contained in:
iLLiCiTiT 2021-05-28 13:22:53 +02:00
parent 648f33f4fd
commit 69bdd752dc

View file

@ -133,7 +133,7 @@ QComboBox QAbstractItemView::item {
}
QComboBox QAbstractItemView::item:selected {
border-left-color: {color:active_1};/*rgb(84, 209, 178);*/
border-left-color: {color:active_1};
background: {color:bg-view-selection};
color: {color:font};
}