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:
Aditya Bansal 2018-07-04 06:33:51 +05:30
parent 5ef6689a69
commit db7448c4e3
2 changed files with 0 additions and 11 deletions

View File

@ -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() {

View File

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