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