mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 13:35:06 +02:00
Fix MS15154: Remove focused button color
This commit is contained in:
parent
8817af9b9c
commit
d056fa6c93
1 changed files with 0 additions and 4 deletions
|
@ -62,8 +62,6 @@ Original.Button {
|
||||||
hifi.buttons.pressedColor[control.color]
|
hifi.buttons.pressedColor[control.color]
|
||||||
} else if (control.hovered) {
|
} else if (control.hovered) {
|
||||||
hifi.buttons.hoveredColor[control.color]
|
hifi.buttons.hoveredColor[control.color]
|
||||||
} else if (!control.hovered && control.focus) {
|
|
||||||
hifi.buttons.focusedColor[control.color]
|
|
||||||
} else {
|
} else {
|
||||||
hifi.buttons.colorStart[control.color]
|
hifi.buttons.colorStart[control.color]
|
||||||
}
|
}
|
||||||
|
@ -78,8 +76,6 @@ Original.Button {
|
||||||
hifi.buttons.pressedColor[control.color]
|
hifi.buttons.pressedColor[control.color]
|
||||||
} else if (control.hovered) {
|
} else if (control.hovered) {
|
||||||
hifi.buttons.hoveredColor[control.color]
|
hifi.buttons.hoveredColor[control.color]
|
||||||
} else if (!control.hovered && control.focus) {
|
|
||||||
hifi.buttons.focusedColor[control.color]
|
|
||||||
} else {
|
} else {
|
||||||
hifi.buttons.colorFinish[control.color]
|
hifi.buttons.colorFinish[control.color]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue