mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Fix tabs to match design (should not show pinhair line)
This commit is contained in:
parent
fe93df7186
commit
4f04abf282
@ -120,7 +120,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
{
|
{
|
||||||
var isHoveredOrActive = IsHovered || Active.Value;
|
var isHoveredOrActive = IsHovered || Active.Value;
|
||||||
|
|
||||||
bar.ResizeHeightTo(isHoveredOrActive ? 4 : 1, 200, Easing.OutQuint);
|
bar.ResizeHeightTo(isHoveredOrActive ? 4 : 0, 200, Easing.OutQuint);
|
||||||
|
|
||||||
name.Colour = isHoveredOrActive ? colour.GrayE : colour.GrayC;
|
name.Colour = isHoveredOrActive ? colour.GrayE : colour.GrayC;
|
||||||
name.Font = name.Font.With(weight: Active.Value ? FontWeight.Bold : FontWeight.Regular);
|
name.Font = name.Font.With(weight: Active.Value ? FontWeight.Bold : FontWeight.Regular);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user