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:
@@ -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()
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user