mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
css: Reorder zulip.scss to put .typeahead alongside.
This commit is contained in:
@@ -1934,10 +1934,6 @@ div.focused_table {
|
||||
color: hsl(0, 0%, 100%);
|
||||
}
|
||||
|
||||
.typeahead.dropdown-menu .unsubscribed_icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.typeahead.dropdown-menu .active .unsubscribed_icon {
|
||||
display: block;
|
||||
float: right;
|
||||
@@ -1947,6 +1943,10 @@ div.focused_table {
|
||||
color: hsl(96, 7%, 73%);
|
||||
}
|
||||
|
||||
.typeahead.dropdown-menu .unsubscribed_icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.typeahead-image {
|
||||
display: inline-block;
|
||||
height: 21px;
|
||||
|
||||
Reference in New Issue
Block a user