fix selection color

This commit is contained in:
iLLiCiTiT 2021-05-28 15:55:35 +02:00
parent 7f352ee264
commit 5ab0452df6

View file

@ -313,6 +313,10 @@ QAbstractItemView::item:selected {
color: {color:font-view-selection}; color: {color:font-view-selection};
} }
QAbstractItemView::item:selected:active {
color: {color:font};
}
/* Same as selected but give ability to easy change it */ /* Same as selected but give ability to easy change it */
QAbstractItemView::item:selected:!active { QAbstractItemView::item:selected:!active {
background: {color:bg-view-selection}; background: {color:bg-view-selection};