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

@ -833,16 +833,11 @@
width: 18px;
height: 18px;
margin: auto;
opacity: 0.5;
}
}
.search-btn.active {
animation: enlarge 0.5s ease-in-out;
> ._svg-icon {
opacity: 1;
}
}
@keyframes enlarge {