Skip to content

Commit

Permalink
Fixes wrong pointer on hover #619
Browse files Browse the repository at this point in the history
  • Loading branch information
dgattey committed Apr 11, 2016
1 parent eb71c04 commit ba9893e
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 ba9893e

Please sign in to comment.