1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-15 13:05:23 +02:00

callactionbar: homogenize menu item color

Change-Id: I2ce50289386e66db316773a8d8af8b47b170219f
Gitlab: #411
This commit is contained in:
Andreas Traczyk 2021-06-03 16:46:08 -04:00
parent 30f9d446e3
commit 7f0bc2eaf0
2 changed files with 8 additions and 5 deletions

View file

@ -425,10 +425,10 @@ Control {
implicitHeight: implicitWidth
radius: type === HalfPill.None ? 0 : 5
color: overflowButton.down ?
"#80aaaaaa" :
"#c4777777":
overflowButton.hovered ?
"#80777777" :
"#80444444"
"#c4444444" :
"#c4272727"
type: {
if (overflowItemListView.count ||
urgentOverflowListView.count ||

View file

@ -59,8 +59,11 @@ ItemDelegate {
color: {
if (supplimentaryBackground.visible)
return "#c4272727"
return wrapper.down ? "#c4777777" : wrapper.hovered
&& !menu.hovered ? "#c4444444" : "#c4272727"
return wrapper.down ?
"#c4777777" :
(wrapper.hovered && !menu.hovered) ?
"#c4444444" :
"#c4272727"
}
type: {
if (isVertical) {