mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 20:53:04 +08:00
Change TimelineButton icon colour to white when hovered
This commit is contained in:
parent
a5817e6e75
commit
a6901c0a27
@ -2,6 +2,7 @@
|
|||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using OpenTK.Graphics;
|
||||||
using osu.Framework.Configuration;
|
using osu.Framework.Configuration;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
@ -30,6 +31,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Timeline
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
IconColour = OsuColour.FromHex("555"),
|
IconColour = OsuColour.FromHex("555"),
|
||||||
|
IconHoverColour = Color4.White,
|
||||||
HoverColour = OsuColour.FromHex("3A3A3A"),
|
HoverColour = OsuColour.FromHex("3A3A3A"),
|
||||||
FlashColour = OsuColour.FromHex("555"),
|
FlashColour = OsuColour.FromHex("555"),
|
||||||
Action = () => Action?.Invoke()
|
Action = () => Action?.Invoke()
|
||||||
|
Loading…
Reference in New Issue
Block a user