css: Reorder ".show-all-streams".

This commit is contained in:
shubhamgupta2956 2020-03-21 00:45:42 +05:30 committed by Tim Abbott
parent 974fd26139
commit 18d7036eb6
1 changed files with 4 additions and 4 deletions

View File

@ -458,6 +458,10 @@ li.expanded_private_message a {
color: hsl(0, 0%, 20%);
}
.show-all-streams .fa-chevron-left {
text-decoration: none;
}
.pm-box,
.topic-box {
display: flex;
@ -532,10 +536,6 @@ li.expanded_private_message a {
}
}
.show-all-streams .fa-chevron-left {
text-decoration: none;
}
li.top_left_all_messages a,
li.top_left_private_messages a,
li.top_left_mentions a,