From 7543b37f86b662bb40762fc6ef75be416e4c9404 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 3 Sep 2014 13:33:56 -0700 Subject: [PATCH] UX: add dot before new topics via css --- app/assets/stylesheets/common/components/badges.css.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index 6fdd5652ab3..9523c46b46e 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -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 {