mirror of https://github.com/zulip/zulip.git
css: Delete orphaned starred messages CSS.
This CSS stopped being used in
84afc67369
.
This commit is contained in:
parent
b7cfefc213
commit
85a7325757
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue