fix selection transparency on mac

This commit is contained in:
iLLiCiTiT 2021-06-04 11:00:45 +02:00
parent 8dd1a6a7ac
commit f4125cda56

View file

@ -313,6 +313,8 @@ QAbstractItemView {
border-radius: 0.2em;
background: {color:bg-view};
alternate-background-color: {color:bg-view-alternate};
/* Mac shows selection color on branches. */
selection-background-color: transparent;
}
QAbstractItemView:disabled{
@ -349,11 +351,6 @@ QAbstractItemView:branch {
background: transparent;
}
/* Mac shows slection color on branches. */
QAbstractItemView:branch:selected {
background: transparent;
}
QAbstractItemView::branch:open:has-children:!has-siblings,
QAbstractItemView::branch:open:has-children:has-siblings {
border-image: none;