diff --git a/static/styles/left-sidebar.scss b/static/styles/left-sidebar.scss index ecc82b383e..c6391f319e 100644 --- a/static/styles/left-sidebar.scss +++ b/static/styles/left-sidebar.scss @@ -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,