css: Reorder chevron styling in left-sidebar.scss.

This commit is contained in:
shubhamgupta2956
2020-03-21 00:39:10 +05:30
committed by Tim Abbott
parent a4495dbc6b
commit 063d47371c

View File

@@ -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;