mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:33:20 +08:00
Make disabled sheared buttons darker
This commit is contained in:
parent
a03ea96338
commit
55949e8407
@ -176,8 +176,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
if (!Enabled.Value)
|
||||
{
|
||||
colourDark = colourDark.Darken(0.3f);
|
||||
colourLight = colourLight.Darken(0.3f);
|
||||
colourDark = colourDark.Darken(1f);
|
||||
colourLight = colourLight.Darken(1f);
|
||||
}
|
||||
else if (IsHovered)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user