Closed melchoyce closed 8 years ago
@melchoyce To fix the hover speed issue, you can take this like:
.site-content .wp-playlist-dark .wp-playlist-caption:hover {
background-color: #aaa;
}
... and change it to:
.site-content .wp-playlist-dark .wp-playlist-caption:hover {
background-color: transparent;
}
The issue is that there's two 'competing' hover styles happening at the same time - this takes the one that doesn't span the full width of the area out of the running.
Continuation of #407.
Has some issues — for example, when you hover over a playlist item, the background colors seem to change at different speeds. Definitely need some help on this one.
Before:
After: