mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix selection color
This commit is contained in:
parent
7f352ee264
commit
5ab0452df6
1 changed files with 4 additions and 0 deletions
|
|
@ -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};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue