Selected OR playing icons, not both
This commit is contained in:
@ -74,11 +74,8 @@
|
||||
}
|
||||
|
||||
&.playing.selected {
|
||||
.select-state {
|
||||
left: 23px;
|
||||
}
|
||||
.play-state {
|
||||
left: 10px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@ -103,19 +100,11 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.select-state {
|
||||
top: 11px;
|
||||
left: 5px !important;
|
||||
}
|
||||
.select-state,
|
||||
.play-state {
|
||||
top: 11px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
&.playing.selected {
|
||||
.play-state {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user