Add brightness effect of search button

This commit is contained in:
Monochromish 2022-07-02 11:18:38 +10:00
parent 0dc210d40b
commit efd3ce8f67
2 changed files with 7 additions and 0 deletions

View file

@ -842,6 +842,10 @@
animation: enlarge 0.5s ease-in-out; animation: enlarge 0.5s ease-in-out;
} }
.search-btn:hover {
filter: brightness(125%);
}
@keyframes enlarge { @keyframes enlarge {
0% { 0% {
transform: scale(1); transform: scale(1);

View file

@ -13655,6 +13655,9 @@ input[type=checkbox][switch]:checked:active::before {
.playlist-page .playlist-display .playlistInfo .playlist-info .search-btn.active { .playlist-page .playlist-display .playlistInfo .playlist-info .search-btn.active {
animation: enlarge 0.5s ease-in-out; animation: enlarge 0.5s ease-in-out;
} }
.playlist-page .playlist-display .playlistInfo .playlist-info .search-btn:hover {
filter: brightness(125%);
}
@keyframes enlarge { @keyframes enlarge {
0% { 0% {
transform: scale(1); transform: scale(1);