css: Apply fa-chevron-down CSS to zulip-icon-chevron-down.

This was missed as part of #27577 migration.
This commit is contained in:
Aman Agrawal
2024-02-20 20:49:28 +00:00
committed by Tim Abbott
parent 8002f0db8f
commit e6718369d6
4 changed files with 4 additions and 9 deletions

View File

@@ -1104,11 +1104,6 @@ div.overlay {
outline: none;
color: var(--color-text-default);
.fa-chevron-down {
position: relative;
top: -1px;
}
&:disabled {
cursor: not-allowed;
background-color: hsl(0deg 0% 93%);

View File

@@ -1178,7 +1178,7 @@ textarea.new_message_textarea,
}
}
.fa-chevron-down {
.zulip-icon-chevron-down {
padding-left: 5px;
color: hsl(0deg 0% 58%);
font-weight: lighter;

View File

@@ -560,8 +560,8 @@
text-align: left;
}
#recent-view-filter_widget .fa-chevron-down,
#inbox-filter_widget .fa-chevron-down {
#recent-view-filter_widget .zulip-icon-chevron-down,
#inbox-filter_widget .zulip-icon-chevron-down {
color: var(--color-icons-inbox);
opacity: 0.4;
}

View File

@@ -1054,7 +1054,7 @@ ul {
}
}
.fa-chevron-down {
.zulip-icon-chevron-down {
padding-left: 5px;
color: hsl(0deg 0% 58%);
font-weight: lighter;