Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maxence Bothorel
funkwhale
Commits
053fc117
Verified
Commit
053fc117
authored
Mar 20, 2018
by
Eliot Berriot
Browse files
Renamed playlist icon class
parent
32dc18ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
front/src/components/audio/track/Row.vue
View file @
053fc117
...
...
@@ -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
>
front/src/components/playlists/TrackPlaylistIcon.vue
View file @
053fc117
...
...
@@ -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
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment