mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +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%);
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user