feat(answers): mark related questions that are unanswered

prepends a little [unanswered] text to question links that have no answers

closes https://github.com/zyachel/quetre/issues/54

Co-authored-by: thecashewtrader <thecashewtrader@protonmail.com>
This commit is contained in:
zyachel 2023-11-05 14:54:53 +05:30
parent 74c64c00d0
commit f77a1b15bf

View file

@ -441,6 +441,11 @@
&__question-item {
font-weight: 500;
}
&__question-link[href^="/unanswered/"]::before {
content: '[Unanswered] ';
color: var(--clr-base-text-alt-alpha);
}
}
////////////////////////////////////////////////////////