Debugging lag for touchdragging; Removing bullets

This commit is contained in:
James Barnsley
2017-07-18 09:32:58 +12:00
parent b7b41a3aba
commit 3fdb36ea22
2 changed files with 1 additions and 4 deletions

View File

@ -115,6 +115,7 @@ class TrackList extends React.Component{
if (typeof(this.props.reorderTracks) !== 'undefined'){
this.props.reorderTracks([index],dropped_at)
this.render()
}
}

View File

@ -291,10 +291,6 @@
word-wrap: break-word;
}
&:not(.name):not(.duration):not(.album):not(:nth-child(2)){
@include bullet();
}
&.followers_total:after {
content: ' followers';
}