style: item card hover with gradient transition

This commit is contained in:
Isaac
2024-06-19 22:28:55 +01:00
parent eb0da6e71e
commit c48d66768b
3 changed files with 63 additions and 23 deletions

View File

@@ -51,14 +51,6 @@
@include themed {
background-color: t($modal-secondaryColour);
box-shadow: 0 0 0 1px t($modal-sidebarActive);
&:hover {
background-color: t($modal-sidebarActive);
img {
background-color: t($modal-sidebarActive);
}
}
}
.tags {