From a1ab860af245f06357f8a8e699257b75f2389196 Mon Sep 17 00:00:00 2001 From: dillon Date: Fri, 14 Aug 2015 13:47:25 -0700 Subject: [PATCH] fix(thread-list): toggling select for an unread thread doesn't affect bolding anymore -- fixes T3219 Summary: Some CSS logic tweaks and simplifications. Test Plan: Tested manually. No automated test unfortunately. Reviewers: bengotow Reviewed By: bengotow Maniphest Tasks: T3219 Differential Revision: https://phab.nylas.com/D1882 --- .../thread-list/stylesheets/thread-list.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal_packages/thread-list/stylesheets/thread-list.less b/internal_packages/thread-list/stylesheets/thread-list.less index 7e81a2a4d..cceef12e3 100644 --- a/internal_packages/thread-list/stylesheets/thread-list.less +++ b/internal_packages/thread-list/stylesheets/thread-list.less @@ -130,11 +130,6 @@ .list-column { border-bottom: 1px solid @list-border; } - .participants { - .unread-true { - font-weight: @font-weight-semi-bold; - } - } } .unread:not(.focused) { @@ -147,6 +142,11 @@ .snippet { color: @text-color-subtle; } + .participants { + .unread-true { + font-weight: @font-weight-semi-bold; + } + } } .focused {