mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
UX: add dot before new topics via css
This commit is contained in:
parent
17b79fdeda
commit
7543b37f86
|
@ -82,10 +82,14 @@ h1 a.badge-category div {vertical-align: top;}
|
|||
|
||||
&.new-topic {
|
||||
background-color: transparent;
|
||||
color: scale-color($tertiary, $lightness: 10%);
|
||||
color: scale-color($tertiary, $lightness: 20%);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
&.new-topic::before {
|
||||
content: "● ";
|
||||
}
|
||||
|
||||
// Click count
|
||||
|
||||
&.clicks {
|
||||
|
|
Loading…
Reference in New Issue
Block a user