playlist: fixed playlist buttons in dashboard header, fixes #10213

This commit is contained in:
Torkel Ödegaard
2017-12-14 14:27:47 +01:00
parent 0085114d4e
commit 4e38526404
6 changed files with 16 additions and 20 deletions

View File

@@ -17,6 +17,13 @@
opacity: 1;
}
}
&:hover {
.dashboard-row__actions {
visibility: visible;
opacity: 1;
}
}
}
.dashboard-row__title {
@@ -37,6 +44,7 @@
visibility: hidden;
opacity: 0;
flex-grow: 1;
transition: 200ms opacity ease-in 200ms;
a {
color: $text-color-weak;

View File

@@ -38,11 +38,3 @@
}
}
.playlist-active {
.dash-playlist-actions {
.fa {
opacity: 1;
color: $text-color-faint !important;
}
}
}