Add icons for session filters
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-19 16:18:14 +01:00
parent 9590988b6a
commit 4a6f4a2f9a
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 {