Finally... Music link fingering 😉
This commit is contained in:
parent
acba8179fb
commit
ff7044ab9b
|
@ -113,6 +113,7 @@ func (f *musicPlayer) Render() app.UI {
|
|||
app.Span().
|
||||
Style("text-decoration", "underline").
|
||||
Style("width", "fit-content").
|
||||
Class("finger-hover").
|
||||
Text(f.songs[s].ITitle).
|
||||
OnClick(func(ctx app.Context, e app.Event) {
|
||||
ctx.NewActionWithValue("switchSong", f.songs[s].IID)
|
||||
|
|
|
@ -44,6 +44,10 @@ body {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.finger-hover:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.update-text {
|
||||
align-self: center;
|
||||
flex: 70%;
|
||||
|
|
Loading…
Reference in New Issue