From 40bcead0994da3b2bb2be723ba2d8487b8856915 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 4 Aug 2014 22:01:01 -0700 Subject: [PATCH] add a better style for anon cat hamburger --- app/assets/stylesheets/common/base/header.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 4b308998c7..37f6ec11c3 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -154,6 +154,12 @@ @include box-shadow(0 2px 2px rgba($primary, .4)); + // note these topic counts only appear for anons in the category hamburger drop down + b.topics-count { + color: scale-color($primary, $lightness: 50%); + font-weight: normal; + } + ul { margin: 0; list-style: none;