detail fixes for share current folder
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
1190ce1dd5
commit
8de4d4f76e
2 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
div.crumb span.icon-share {
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
vertical-align: sub;
|
||||
cursor: pointer;
|
||||
opacity: 0.2;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
(function() {
|
||||
'use strict';
|
||||
|
||||
var TEMPLATE = '<span class="icon icon-share {{#if isShared}}shared{{/if}}"></span>';
|
||||
var TEMPLATE = '<span class="icon-share {{#if isShared}}shared{{/if}}"></span>';
|
||||
|
||||
var BreadCrumbView = OC.Backbone.View.extend({
|
||||
tagName: 'span',
|
||||
|
@ -85,4 +85,3 @@
|
|||
|
||||
OCA.Sharing.ShareBreadCrumbView = BreadCrumbView;
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in a new issue