mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 18:31:26 +00:00
b62cb86bf8
* Create a new shared `SplitMenu` component. * Refactor the pdf compile button & detached compile button: - Rename `detach-compile-button` to `detach-compile-button-wrapper` - Rename `pdf-compile-button-inner` to `detach-compile-button` - Move some of the logic from `detach-compile-button-wrapper` to `detach-compile-button` - Create a new `compile-button.less` to centralize all of the compile button (detached/non-detached) custom styles rule. - Extract the animated striped CSS definition to the dedicated CSS file, change the class from `btn-recompile-group-has-changes` to `btn-striped-animated` - Refactor other className(s) appropriately according to the new component name - Delete the unused `changes-to-autocompile` css rule since it has not been used anywhere * Implement the new pdf compile button with the new `SplitMenu` component. GitOrigin-RevId: d1d055bffd311923fc47b4681605ce8ba8e26f25 |
||
---|---|---|
.. | ||
alerts.less | ||
badges.less | ||
beta-badges.less | ||
breadcrumbs.less | ||
button-groups.less | ||
buttons.less | ||
card.less | ||
carousel.less | ||
close.less | ||
code.less | ||
component-animations.less | ||
container.less | ||
daterange-picker.less | ||
divider.less | ||
dropdowns.less | ||
embed-responsive.less | ||
expand-collapse.less | ||
fineupload.less | ||
footer.less | ||
forms.less | ||
hover.less | ||
icons.less | ||
images.less | ||
infinite-scroll.less | ||
input-groups.less | ||
input-suggestions.less | ||
input-switch.less | ||
jumbotron.less | ||
labels.less | ||
list-group.less | ||
lists.less | ||
media.less | ||
modals.less | ||
navbar.less | ||
navs-ol.less | ||
navs.less | ||
notifications.less | ||
nvd3.less | ||
nvd3_override.less | ||
overbox.less | ||
pager.less | ||
pagination.less | ||
panels.less | ||
popovers.less | ||
progress-bars.less | ||
split-menu.less | ||
tables.less | ||
tabs.less | ||
tags-input.less | ||
thumbnails.less | ||
tooltip.less | ||
ui-select.less | ||
vertical-resizable-panes.less | ||
wells.less |