mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 03:31:27 +00:00
Append project list tooltips to body
This commit is contained in:
parent
9ce746c6c5
commit
9064a9d9df
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
href='#',
|
||||
tooltip="Download",
|
||||
tooltip-placement="bottom",
|
||||
tooltip-append-to-body="true",
|
||||
ng-click="downloadSelectedProjects()"
|
||||
)
|
||||
i.fa.fa-cloud-download
|
||||
|
@ -30,6 +31,7 @@
|
|||
href='#',
|
||||
tooltip="Delete",
|
||||
tooltip-placement="bottom",
|
||||
tooltip-append-to-body="true",
|
||||
ng-click="openArchiveProjectsModal()"
|
||||
)
|
||||
i.fa.fa-trash-o
|
||||
|
@ -39,6 +41,7 @@
|
|||
href="#",
|
||||
data-toggle="dropdown",
|
||||
tooltip="Add to folders",
|
||||
tooltip-append-to-body="true",
|
||||
tooltip-placement="bottom"
|
||||
)
|
||||
i.fa.fa-folder-open-o
|
||||
|
|
Loading…
Reference in a new issue