mirror of https://github.com/zulip/zulip.git
ui_init: Remove unused .subscription_header hover handlers.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
0645656fd8
commit
028c2e4ec9
|
@ -353,14 +353,6 @@ export function initialize_kitchen_sink_stuff() {
|
|||
$(this).removeClass("fa fa-play");
|
||||
});
|
||||
|
||||
$("#manage_streams_container").on("mouseover", ".subscription_header", function () {
|
||||
$(this).addClass("active");
|
||||
});
|
||||
|
||||
$("#manage_streams_container").on("mouseout", ".subscription_header", function () {
|
||||
$(this).removeClass("active");
|
||||
});
|
||||
|
||||
$("#stream_message_recipient_stream").on("change", function () {
|
||||
stream_bar.decorate(this.value, $("#stream-message .message_header_stream"), true);
|
||||
});
|
||||
|
|
|
@ -10,18 +10,10 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.subscription_header.collapsed {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.subscriptions div #response {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.subscription_header {
|
||||
min-height: 47px;
|
||||
}
|
||||
|
||||
.subscription_settings .btn {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue