Skip to content

Commit dbc26a0

Browse files
authored
Merge branch 'master' into notification-tooltip
2 parents fbe2857 + b637389 commit dbc26a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

game/addons/menu/Code/MenuUI/Layout/MenuHeader/MenuHeader.razor.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,14 @@ button.circle
8686
font-size: 28px;
8787
padding: 0;
8888

89-
&:hover
89+
&:hover
9090
{
9191
color: #fff;
92+
93+
> .inner
94+
{
95+
background-color: #272b34;
96+
}
9297
}
9398
}
9499

0 commit comments

Comments
 (0)