Fix highlight on hover

This commit is contained in:
CharlieS1103 2021-12-26 14:32:40 -05:00 committed by GitHub
parent 00382bdd01
commit ff49e84690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,7 +404,7 @@ a.x-categoryCard-CategoryCard, a.x-heroCategoryCard-HeroCategoryCard {
transition: all 500ms;
}
#spicetify-playlist-list > div > div:nth-child(2) > li {
#spicetify-playlist-list > div > div:nth-child(2) > li:hover {
border-color: var(--spice-button);
}