css: Use SCSS nesting in zulip.scss for `.typeahead`.

This commit is contained in:
majordwarf 2020-05-19 16:16:21 +05:30 committed by Tim Abbott
parent 841749c90b
commit 1d74660067
1 changed files with 15 additions and 13 deletions

View File

@ -1930,21 +1930,23 @@ div.focused_table {
color: inherit;
}
.typeahead.dropdown-menu .active {
color: hsl(0, 0%, 100%);
}
.typeahead.dropdown-menu {
.active {
color: hsl(0, 0%, 100%);
.typeahead.dropdown-menu .active .unsubscribed_icon {
display: block;
float: right;
margin-top: 5px;
margin-right: -12px;
font-size: 0.8em;
color: hsl(96, 7%, 73%);
}
.unsubscribed_icon {
display: block;
float: right;
margin-top: 5px;
margin-right: -12px;
font-size: 0.8em;
color: hsl(96, 7%, 73%);
}
}
.typeahead.dropdown-menu .unsubscribed_icon {
display: none;
.unsubscribed_icon {
display: none;
}
}
.typeahead-image {