mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-04 13:37:39 +03:00
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:
parent
74c64c00d0
commit
f77a1b15bf
1 changed files with 5 additions and 0 deletions
|
@ -441,6 +441,11 @@
|
||||||
&__question-item {
|
&__question-item {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__question-link[href^="/unanswered/"]::before {
|
||||||
|
content: '[Unanswered] ';
|
||||||
|
color: var(--clr-base-text-alt-alpha);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue