ui_init: Remove unused .subscription_header hover handlers.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-06-10 12:29:06 -07:00 committed by Tim Abbott
parent 0645656fd8
commit 028c2e4ec9
2 changed files with 0 additions and 16 deletions

View File

@ -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);
});

View File

@ -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;
}