Removed outline around selected items in QAbstractItemView.

This commit is contained in:
Ruben Thoms 2020-10-01 13:46:56 +02:00 committed by rubenthoms
parent 2de49891fb
commit 8f1a77645f

View File

@ -165,6 +165,7 @@ QProgressBar {
QAbstractItemView {
border: 2px solid $borderColor;
border-style: solid;
outline: 0;
}
QAbstractItemView::item:hover {