Skip to content

Commit

Permalink
Remove overlapping tooltip from dropdown button in library toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 7, 2019
1 parent 0df943f commit 97d20b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ var FolderToolbarView = Backbone.View.extend({
<button style="display:none;" title="Create new folder" class="btn btn-secondary toolbtn-create-folder add-library-items add-library-items-folder mr-1" type="button">
<span class="fa fa-folder"/> Create Folder</button>
<% if(multiple_add_dataset_options) { %>
<div data-toggle="tooltip" title="Add datasets to current folder" class="dropdown add-library-items add-library-items-datasets mr-1" style="display:none;">
<div class="dropdown add-library-items add-library-items-datasets mr-1" style="display:none;">
<button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-file"/> Add Datasets <span class="caret"/>
</button>
Expand Down

0 comments on commit 97d20b4

Please sign in to comment.