css: Reorder zulip.scss to put .typeahead alongside.

This commit is contained in:
majordwarf
2020-05-19 16:15:13 +05:30
committed by Tim Abbott
parent b94f5eded6
commit 841749c90b

View File

@@ -1934,10 +1934,6 @@ div.focused_table {
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
} }
.typeahead.dropdown-menu .unsubscribed_icon {
display: none;
}
.typeahead.dropdown-menu .active .unsubscribed_icon { .typeahead.dropdown-menu .active .unsubscribed_icon {
display: block; display: block;
float: right; float: right;
@@ -1947,6 +1943,10 @@ div.focused_table {
color: hsl(96, 7%, 73%); color: hsl(96, 7%, 73%);
} }
.typeahead.dropdown-menu .unsubscribed_icon {
display: none;
}
.typeahead-image { .typeahead-image {
display: inline-block; display: inline-block;
height: 21px; height: 21px;