From b51fc01bde57836c1a54e45837a2291ab7658983 Mon Sep 17 00:00:00 2001 From: Chrystal Griffiths Date: Thu, 13 Sep 2018 17:17:18 +0100 Subject: [PATCH] Remove temporary solution --- services/web/app/views/project/editor/header.pug | 4 ---- .../web/public/stylesheets/app/editor/toolbar.less | 11 ----------- 2 files changed, 15 deletions(-) diff --git a/services/web/app/views/project/editor/header.pug b/services/web/app/views/project/editor/header.pug index 835192f298..a7f03f2e3c 100644 --- a/services/web/app/views/project/editor/header.pug +++ b/services/web/app/views/project/editor/header.pug @@ -103,12 +103,8 @@ header.toolbar.toolbar-header.toolbar-with-labels( a.btn.btn-full-height( href - ng-class="{ 'btn-full-height-disabled' : !permissions.admin }" ng-click="openShareProjectModal(permissions.admin);" ng-controller="ShareController" - tooltip-enable="!permissions.admin" - tooltip="Only the project owner can use the Share menu at the moment, but we're working on making it accessible to collaborators, too." - tooltip-placement="bottom" ) i.fa.fa-fw.fa-group p.toolbar-label #{translate("share")} diff --git a/services/web/public/stylesheets/app/editor/toolbar.less b/services/web/public/stylesheets/app/editor/toolbar.less index aeea9da50a..dcc0344c73 100644 --- a/services/web/public/stylesheets/app/editor/toolbar.less +++ b/services/web/public/stylesheets/app/editor/toolbar.less @@ -72,17 +72,6 @@ background-color: @toolbar-btn-active-bg-color; box-shadow: @toolbar-btn-active-shadow; } - &.btn-full-height-disabled { - opacity: 0.65; - &:hover, - &.active, - &:active { - text-shadow: none; - background-color: transparent; - color: @toolbar-btn-color; - box-shadow: none; - } - } .label { top: 4px; right: 4px;