Make playlist search icon use hero color

This commit is contained in:
Pedro Galhardo 2022-07-01 10:10:24 +01:00
parent eaf3523180
commit ea828a97e9
No known key found for this signature in database
GPG key ID: 4740524CD85770A9
4 changed files with 8 additions and 21 deletions

View file

@ -13648,14 +13648,10 @@ input[type=checkbox][switch]:checked:active::before {
width: 18px;
height: 18px;
margin: auto;
opacity: 0.5;
}
.playlist-page .playlist-display .playlistInfo .playlist-info .search-btn.active {
animation: enlarge 0.5s ease-in-out;
}
.playlist-page .playlist-display .playlistInfo .playlist-info .search-btn.active > ._svg-icon {
opacity: 1;
}
@keyframes enlarge {
0% {
transform: scale(1);