From a93d0a8fcc3a9004c63a99b14189d7e26bc6328d Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 19 May 2020 21:11:49 -0400 Subject: [PATCH] UX: Remove bold from category badge text --- app/assets/stylesheets/common/base/_topic-list.scss | 1 - app/assets/stylesheets/common/components/badges.scss | 1 - app/assets/stylesheets/mobile/discourse.scss | 5 ----- 3 files changed, 7 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index aa51fccce15..a80e54c4fda 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -53,7 +53,6 @@ color: $primary-medium; } span.badge-category { - font-weight: normal; color: $primary-medium; } a.discourse-tag { diff --git a/app/assets/stylesheets/common/components/badges.scss b/app/assets/stylesheets/common/components/badges.scss index 3881ee7b70f..20ed535931d 100644 --- a/app/assets/stylesheets/common/components/badges.scss +++ b/app/assets/stylesheets/common/components/badges.scss @@ -17,7 +17,6 @@ .badge-wrapper { font-size: $font-down-1; - font-weight: bold; white-space: nowrap; position: relative; display: inline-flex; diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index 260f8d4b13f..c9406abca6b 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -63,11 +63,6 @@ blockquote { margin-bottom: 9px; } -// categories should not be bold on mobile; they fight with the topic title too much -.badge-wrapper { - font-weight: normal; -} - .mobile-nav { margin: 0; padding: 0;