From 85a7325757d2a5c12945e62e7b75b9466578ac7e Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 14 Apr 2021 11:50:07 -0700 Subject: [PATCH] css: Delete orphaned starred messages CSS. This CSS stopped being used in 84afc67369b2a832887167899603f51cdefec518. --- static/styles/left_sidebar.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/static/styles/left_sidebar.css b/static/styles/left_sidebar.css index 87b2efba71..60304e2a9d 100644 --- a/static/styles/left_sidebar.css +++ b/static/styles/left_sidebar.css @@ -304,16 +304,6 @@ li.top_left_recent_topics { font-size: 13px; } -/* Starred messaged counts aren't really unread - counts, so we style them differently. -*/ -.top_left_starred_messages .count { - background-color: transparent; - color: inherit; - padding: 2px 1px 0 3px; - border-color: hsl(105, 2%, 50%); -} - .topic-box { padding-left: 5px; margin-right: 30px;