Skip to content
Snippets Groups Projects
Commit 140c89f1 authored by Clark Tomlinson's avatar Clark Tomlinson
Browse files

Adding link to ellipsis and fixing styling

parent f5951b22
Branches
No related tags found
No related merge requests found
......@@ -224,6 +224,8 @@
this.$el.find('.crumb.ellipsized')
.attr('title', $crumb.attr('data-dir'))
.tipsy();
this.$el.find('.ellipsis')
.wrap('<a class="ellipsislink" href="' + encodeURI(OC.generateUrl('apps/files/?dir=' + $crumb.attr('data-dir'))) + '"></a>');
}
// and all the previous ones (going backwards)
firstHidden = false;
......
......@@ -874,6 +874,11 @@ div.crumb.last {
font-weight: bold;
margin-right: 10px;
}
div.crumb a.ellipsislink {
padding: 0 !important;
position: relative;
top: 8px !important;
}
/* some feedback for hover/tap on breadcrumbs */
div.crumb:hover,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment