Add icons for session filters

This commit is contained in:
2023-02-19 16:18:14 +01:00
parent b773d9df58
commit d2e0bcfb12
3 changed files with 28 additions and 8 deletions

View File

@ -17,8 +17,20 @@ textarea {
grid-template-columns: 3fr repeat(3, 1fr) 0.5fr 1fr;
}
.purchase-name:hover > span:nth-child(2) {
@apply dark:text-slate-300
.purchase-name > span:nth-child(2) {
@apply ml-4
}
.purchase-name > span:nth-child(2) > a > img {
@apply opacity-0 transition-opacity duration-500
}
.purchase-name:hover > span:nth-child(2) > a > img {
@apply opacity-50
}
.purchase-name > span:nth-child(2) > a > img:hover {
@apply opacity-100
}
#button-container button {