WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d665db0

Browse files
committed
Merge pull request #730 from dgattey/fix-619
Fix for wrong pointer on hover #619
2 parents bbd24b3 + ba9893e commit d665db0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/public/stylesheets/sass/_components/_view-container.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@
2020
}
2121

2222
/*
23-
* Modal UI components
23+
* Modal UI components for adding song to playlist
2424
*/
2525
.mediaBox_wrapper {
2626
float: left;
2727
margin: 0 5px;
2828

29+
&, & * {
30+
cursor: pointer;
31+
}
32+
2933
&:first-child {
3034
margin-left: 0px;
3135
}

0 commit comments

Comments
 (0)