1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

[group] removed arrows in 'group setting' & 'group members' popups

This commit is contained in:
llj
2018-05-09 11:10:24 +08:00
parent bfe85c666f
commit c0c449db48
3 changed files with 0 additions and 8 deletions

View File

@@ -85,9 +85,6 @@ define([
var $icon = $("#group-members-icon");
$icon.after(this.$el);
$('.outer-caret', this.$el).css({
'right': $('#group').width() - $icon.position().left - $icon.width()
});
}
});

View File

@@ -55,9 +55,6 @@ define([
var $icon = $("#group-settings-icon");
$icon.after(this.$el);
$('.outer-caret', this.$el).css({
'right': $('#group').width() - $icon.position().left - $icon.width()
});
},
highlightItem: function(e) {