mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-13 11:42:13 +00:00
Merge pull request #3377 from overleaf/jel-dropdown-toggle
Remove default toggle button class GitOrigin-RevId: d405556dba0947c1ada2d5cf998bb2eb05d9886b
This commit is contained in:
parent
0ab9c1aa67
commit
addaa355d0
2 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,7 @@ function PreviewDownloadButton({
|
|||
<Dropdown.Toggle
|
||||
className="btn btn-xs btn-info dropdown-toggle"
|
||||
aria-label={t('toggle_output_files_list')}
|
||||
bsStyle="info"
|
||||
/>
|
||||
<Dropdown.Menu id="download-dropdown-list">
|
||||
<FileList list={topFiles} listType="main" />
|
||||
|
|
|
@ -97,6 +97,7 @@ function PreviewRecompileButton({
|
|||
<Dropdown.Toggle
|
||||
aria-label={t('toggle_compile_options_menu')}
|
||||
className="btn btn-recompile"
|
||||
bsStyle="success"
|
||||
/>
|
||||
<Dropdown.Menu>
|
||||
<MenuItem header>{t('auto_compile')}</MenuItem>
|
||||
|
|
Loading…
Reference in a new issue