Fixed movie stash hover color. Added secondary release date sorting on stashed releases.

This commit is contained in:
DebaucheryLibrarian
2021-09-12 00:24:36 +02:00
parent 731abc79ee
commit 14f4d24872
2 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ export default {
fill: var(--lighten-weak);
filter: drop-shadow(0 0 2px var(--darken));
&:hover,
&:hover.unstashed,
&.stashed {
fill: var(--primary);
}