Fixed some of the album selection stuff

This commit is contained in:
gballan1
2016-11-28 20:16:54 -05:00
parent a6663db3e6
commit d1a5a5385f
3 changed files with 22 additions and 20 deletions

View File

@ -62,18 +62,20 @@
.album-art
width: 100%
.music-album .thumbnail
+transition(background, 200ms)
&:hover
background: #f0f0f0
cursor: pointer
a
color: $main-color
.music-album
&.selected
background: #e0e0e0
.thumbnail
background: #e0e0e0
a
color: $main-color
a
color: $main-color
.thumbnail
+transition(background, 200ms)
&:hover
background: #f0f0f0
cursor: pointer
a
color: $main-color