mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
css: Apply fa-chevron-down CSS to zulip-icon-chevron-down.
This was missed as part of #27577 migration.
This commit is contained in:
@@ -1104,11 +1104,6 @@ div.overlay {
|
|||||||
outline: none;
|
outline: none;
|
||||||
color: var(--color-text-default);
|
color: var(--color-text-default);
|
||||||
|
|
||||||
.fa-chevron-down {
|
|
||||||
position: relative;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: hsl(0deg 0% 93%);
|
background-color: hsl(0deg 0% 93%);
|
||||||
|
|||||||
@@ -1178,7 +1178,7 @@ textarea.new_message_textarea,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-chevron-down {
|
.zulip-icon-chevron-down {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
color: hsl(0deg 0% 58%);
|
color: hsl(0deg 0% 58%);
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
|
|||||||
@@ -560,8 +560,8 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#recent-view-filter_widget .fa-chevron-down,
|
#recent-view-filter_widget .zulip-icon-chevron-down,
|
||||||
#inbox-filter_widget .fa-chevron-down {
|
#inbox-filter_widget .zulip-icon-chevron-down {
|
||||||
color: var(--color-icons-inbox);
|
color: var(--color-icons-inbox);
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1054,7 +1054,7 @@ ul {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-chevron-down {
|
.zulip-icon-chevron-down {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
color: hsl(0deg 0% 58%);
|
color: hsl(0deg 0% 58%);
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
|
|||||||
Reference in New Issue
Block a user