Always display the mark-as-unread button in previously seen

This commit is contained in:
Jason Zimdars
2025-07-23 17:32:07 -05:00
parent 84f19183be
commit 43e515f2a7
+12
View File
@@ -39,6 +39,18 @@
.card {
box-shadow: 0 0 0 1px var(--color-ink-lighter);
}
.card__notification-unread-indicator {
--btn-background: transparent;
&:before {
opacity: 0;
}
.icon {
opacity: 1;
}
}
}