css: Delete orphaned starred messages CSS.

This CSS stopped being used in
84afc67369.
This commit is contained in:
Tim Abbott 2021-04-14 11:50:07 -07:00
parent b7cfefc213
commit 85a7325757
1 changed files with 0 additions and 10 deletions

View File

@ -304,16 +304,6 @@ li.top_left_recent_topics {
font-size: 13px; 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 { .topic-box {
padding-left: 5px; padding-left: 5px;
margin-right: 30px; margin-right: 30px;