Renamed playlist icon class
This commit is contained in:
		
							parent
							
								
									32dc18ed6e
								
							
						
					
					
						commit
						053fc1171b
					
				|  | @ -60,9 +60,11 @@ export default { | |||
| </script> | ||||
| 
 | ||||
| <!-- Add "scoped" attribute to limit CSS to this component only --> | ||||
| <style scoped> | ||||
| <style lang="scss" scoped> | ||||
| 
 | ||||
| tr:not(:hover) .favorite-icon:not(.favorited) { | ||||
|   display: none; | ||||
| tr:not(:hover) { | ||||
|   .favorite-icon:not(.favorited), .playlist-icon { | ||||
|     display: none; | ||||
|   } | ||||
| } | ||||
| </style> | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ | |||
|   <i | ||||
|     v-else | ||||
|     @click="$store.commit('playlists/chooseTrack', track)" | ||||
|     :class="['favorite-icon', 'list', 'link', 'icon']" | ||||
|     :class="['playlist-icon', 'list', 'link', 'icon']" | ||||
|     title="Add to playlist..."> | ||||
|   </i> | ||||
| </template> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Eliot Berriot
						Eliot Berriot