Debugging lag for touchdragging; Removing bullets
This commit is contained in:
@ -115,6 +115,7 @@ class TrackList extends React.Component{
|
||||
|
||||
if (typeof(this.props.reorderTracks) !== 'undefined'){
|
||||
this.props.reorderTracks([index],dropped_at)
|
||||
this.render()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user