mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
css: Reorder chevron styling in left-sidebar.scss.
This commit is contained in:
committed by
Tim Abbott
parent
a4495dbc6b
commit
063d47371c
@@ -358,6 +358,17 @@ li.top_left_starred_messages {
|
|||||||
right: 10px;
|
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
|
The All Messages and Stream chevrons are
|
||||||
pretty similar.
|
pretty similar.
|
||||||
@@ -392,17 +403,6 @@ li.topic-list-item:hover .topic-sidebar-menu-icon {
|
|||||||
color: hsl(0, 0%, 53%);
|
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.muted_topic,
|
||||||
ul.filters li.out_of_home_view {
|
ul.filters li.out_of_home_view {
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
|
|||||||
Reference in New Issue
Block a user