mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
subs: Remove dead css and js left over from a redesign.
This cleans up some leftover js and css from the effort of
redesign the rows of the #subscriptions table. Redesign happened
in commit 368b5859 and but we forgot to clean up these js and css
pieces.
squash to subs.js.
This commit is contained in:
parent
5ef6689a69
commit
db7448c4e3
@ -843,11 +843,6 @@ exports.initialize = function () {
|
||||
});
|
||||
}());
|
||||
|
||||
$("#subscriptions_table").on("hide", ".subscription_settings", function (e) {
|
||||
var sub_arrow = $(e.target).closest('.stream-row').find('.sub_arrow i');
|
||||
sub_arrow.removeClass('icon-vector-chevron-up');
|
||||
sub_arrow.addClass('icon-vector-chevron-down');
|
||||
});
|
||||
};
|
||||
|
||||
function focus_on_narrowed_stream() {
|
||||
|
||||
@ -190,12 +190,6 @@
|
||||
border: 1px solid hsl(0, 0%, 68%);
|
||||
}
|
||||
|
||||
.sub_arrow {
|
||||
float: right;
|
||||
line-height: 47px;
|
||||
padding: 0 15px 0 0;
|
||||
}
|
||||
|
||||
#create_or_filter_stream_row td {
|
||||
background-color: hsl(0, 0%, 95%);
|
||||
border-color: hsl(0, 0%, 73%);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user