detail fixes for share current folder

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-10-18 10:50:39 +02:00 committed by Roeland Jago Douma
parent 1190ce1dd5
commit 8de4d4f76e
No known key found for this signature in database
GPG key ID: 1E152838F164D13B
2 changed files with 1 additions and 3 deletions

View file

@ -22,7 +22,6 @@
div.crumb span.icon-share {
display: inline-block;
width: 32px;
vertical-align: sub;
cursor: pointer;
opacity: 0.2;

View file

@ -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;
})();