highlight close button on hover

This commit is contained in:
Bui 2022-02-25 20:48:51 +00:00
parent 17bec44720
commit 7372b617b0

View File

@ -243,6 +243,10 @@
cursor: pointer;
}
#song-search-close:hover::before{
-webkit-text-stroke: 0.25em #fff923;
}
.song-search-tip-error {
height: 8vmax;
}