mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-19 20:43:11 +00:00
Remove temporary solution
This commit is contained in:
parent
57ac858004
commit
b51fc01bde
2 changed files with 0 additions and 15 deletions
|
@ -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")}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue