Skip to content

Commit

Permalink
Merge pull request #730 from dgattey/fix-619
Browse files Browse the repository at this point in the history
Fix for wrong pointer on hover #619
  • Loading branch information
weblancaster committed Apr 11, 2016
2 parents bbd24b3 + ba9893e commit d665db0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/public/stylesheets/sass/_components/_view-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@
}

/*
* Modal UI components
* Modal UI components for adding song to playlist
*/
.mediaBox_wrapper {
float: left;
margin: 0 5px;

&, & * {
cursor: pointer;
}

&:first-child {
margin-left: 0px;
}
Expand Down

0 comments on commit d665db0

Please sign in to comment.