Fixed some of the album selection stuff
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user