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().
|
app.Span().
|
||||||
Style("text-decoration", "underline").
|
Style("text-decoration", "underline").
|
||||||
Style("width", "fit-content").
|
Style("width", "fit-content").
|
||||||
|
Class("finger-hover").
|
||||||
Text(f.songs[s].ITitle).
|
Text(f.songs[s].ITitle).
|
||||||
OnClick(func(ctx app.Context, e app.Event) {
|
OnClick(func(ctx app.Context, e app.Event) {
|
||||||
ctx.NewActionWithValue("switchSong", f.songs[s].IID)
|
ctx.NewActionWithValue("switchSong", f.songs[s].IID)
|
||||||
|
@ -44,6 +44,10 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.finger-hover:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.update-text {
|
.update-text {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
flex: 70%;
|
flex: 70%;
|
||||||
|
Loading…
Reference in New Issue
Block a user