mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove PDF Detach badge and survey (#9272)
GitOrigin-RevId: bdfd90a7db214e4fddd1c3ba6cc888ae6d3515a2
This commit is contained in:
parent
7225f3ea75
commit
ac64394b49
2 changed files with 0 additions and 34 deletions
|
@ -155,13 +155,6 @@ function LayoutDropdownButton() {
|
|||
<Dropdown.Toggle className="btn-full-height" bsStyle="link">
|
||||
{processing ? <IconRefresh /> : <IconLayout />}
|
||||
<span className="toolbar-label">{t('layout')}</span>
|
||||
<Tooltip
|
||||
id="pdf-detach-badge"
|
||||
description="New feature"
|
||||
overlayProps={{ placement: 'bottom', delayHide: 100 }}
|
||||
>
|
||||
<span className="info-badge" />
|
||||
</Tooltip>
|
||||
</Dropdown.Toggle>
|
||||
<Dropdown.Menu className="layout-dropdown-list">
|
||||
<LayoutMenuItem
|
||||
|
@ -240,23 +233,6 @@ function LayoutDropdownButton() {
|
|||
) : (
|
||||
<DetachDisabled />
|
||||
)}
|
||||
|
||||
<MenuItem divider />
|
||||
<div className="pdf-detach-survey">
|
||||
<span>
|
||||
<span className="info-badge" />
|
||||
</span>
|
||||
<span className="pdf-detach-survey-text">
|
||||
The Layout menu and opening the PDF in a new tab are new features.{' '}
|
||||
<a
|
||||
href="https://docs.google.com/forms/d/1fhc2LUMoun9jXvz9Nd6KkIKAQ8ZBfVZm_w8BpinpWu4"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{t('give_feedback')}.
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</Dropdown.Menu>
|
||||
</ControlledDropdown>
|
||||
</>
|
||||
|
|
|
@ -342,16 +342,6 @@ button.dropdown-toggle.dropdown-toggle-no-background {
|
|||
}
|
||||
}
|
||||
|
||||
.pdf-detach-survey {
|
||||
display: flex;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
.pdf-detach-survey-text {
|
||||
margin-left: @margin-sm;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.layout-dropdown-list {
|
||||
a {
|
||||
i {
|
||||
|
|
Loading…
Reference in a new issue