From 063d47371cbecd01499c54c467cac8fcbb7b5076 Mon Sep 17 00:00:00 2001 From: shubhamgupta2956 Date: Sat, 21 Mar 2020 00:39:10 +0530 Subject: [PATCH] css: Reorder chevron styling in left-sidebar.scss. --- static/styles/left-sidebar.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/static/styles/left-sidebar.scss b/static/styles/left-sidebar.scss index 61f43aceaa..52690521a0 100644 --- a/static/styles/left-sidebar.scss +++ b/static/styles/left-sidebar.scss @@ -358,6 +358,17 @@ li.top_left_starred_messages { right: 10px; } +/* + If you hover directly over the chevron itself, + show it in black. +*/ +.starred-messages-sidebar-menu-icon:hover, +.all-messages-sidebar-menu-icon:hover, +.stream-sidebar-menu-icon:hover, +.topic-sidebar-menu-icon:hover { + color: hsl(0, 0%, 0%) !important; +} + /* The All Messages and Stream chevrons are pretty similar. @@ -392,17 +403,6 @@ li.topic-list-item:hover .topic-sidebar-menu-icon { color: hsl(0, 0%, 53%); } -/* - If you hover directly over the chevron itself, - show it in black. -*/ -.starred-messages-sidebar-menu-icon:hover, -.all-messages-sidebar-menu-icon:hover, -.stream-sidebar-menu-icon:hover, -.topic-sidebar-menu-icon:hover { - color: hsl(0, 0%, 0%) !important; -} - ul.filters li.muted_topic, ul.filters li.out_of_home_view { opacity: 0.25;