mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix selection transparency on mac
This commit is contained in:
parent
8dd1a6a7ac
commit
f4125cda56
1 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue