mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
UX: add dot before new topics via css
This commit is contained in:
parent
17b79fdeda
commit
7543b37f86
1 changed files with 5 additions and 1 deletions
|
@ -82,10 +82,14 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
|
|
||||||
&.new-topic {
|
&.new-topic {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: scale-color($tertiary, $lightness: 10%);
|
color: scale-color($tertiary, $lightness: 20%);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.new-topic::before {
|
||||||
|
content: "● ";
|
||||||
|
}
|
||||||
|
|
||||||
// Click count
|
// Click count
|
||||||
|
|
||||||
&.clicks {
|
&.clicks {
|
||||||
|
|
Loading…
Reference in a new issue