[SSE] Fix styles resize of filter window

This commit is contained in:
Julia Svinareva 2019-08-13 16:09:17 +03:00
parent 2ea7b0409a
commit 46e2aaf6fa

View file

@ -533,6 +533,7 @@ define([
var $border = this.$window.find('.resize-border');
this.$window.find('.resize-border.left, .resize-border.top').css({'cursor': 'default'});
$border.css({'background': 'none', 'border': 'none'});
$border.removeClass('left');
$border.removeClass('top');