stable
Clone or download
Read-only
Part of request #20573: Stop building condensed stylesheets Change-Id: Ia88f549c584357bed7cd18ccae080d06fb73c169
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/themes/BurningParrot/css/_kanban.scss | +4 | −4 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +1 | −1 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_dragndrop.scss | +2 | −2 | Go to diff View file |
M | plugins/taskboard/themes/includes/_header.scss | +1 | −1 | Go to diff View file |
M | src/common/Project/Home.php | +3 | −3 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationController.php | +2 | −2 | Go to diff View file |
M | src/common/User/Account/AccountCssAsset.php | +2 | −2 | Go to diff View file |
M | src/common/layout/CssAssetWithoutDensityVariants.php | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/account/_account.scss | +5 | −5 | Go to diff View file |
D | src/themes/BurningParrot/css/account/account-blue-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/account/account-green-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/account/account-grey-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/account/account-orange-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/account/account-purple-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/account/account-red-condensed.scss | +0 | −21 | Go to diff View file |
M | src/themes/BurningParrot/css/account/includes/_account-information.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/account/includes/_appearance.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/account/includes/_security.scss | +3 | −3 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-blue-condensed.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-green-condensed.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-grey-condensed.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-orange-condensed.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-purple-condensed.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-red-condensed.scss | +0 | −24 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/_dashboard.scss | +14 | −14 | Go to diff View file |
D | src/themes/BurningParrot/css/dashboards/dashboards-blue-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/dashboards/dashboards-green-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/dashboards/dashboards-grey-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/dashboards/dashboards-orange-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/dashboards/dashboards-purple-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/dashboards/dashboards-red-condensed.scss | +0 | −21 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/_dashboard-project.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/_dashboard-user.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/_dashboard-widgets.scss | +7 | −7 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/widgets/_project-members.scss | +5 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/widgets/_public-areas.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/widgets/heartbeat.scss | +7 | −7 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/widgets/lastcommit.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/widgets/myprojects.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_autocomplete.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_breadcrumb.scss | +7 | −7 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_browser-unsupported.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss | +13 | −13 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_error.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_global-variables.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_header.scss | +6 | −6 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_help-dropdown.scss | +5 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_homepage.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_lists.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_logo.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_navbar.scss | +11 | −11 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_profile.scss | +12 | −12 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_project-admin.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_project-background.scss | +9 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_project-banner.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_project-privacy-popover.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_resource_restrictor.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar-project.scss | +11 | −11 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar-siteadmin.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-custom-homepage.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-description-fields.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-homepage.scss | +9 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-massmail.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-news.scss | +5 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-pending-projects.scss | +8 | −8 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-pending-users.scss | +8 | −8 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-permission-delegation.scss | +16 | −16 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-platform-access.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-project-history.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-project-list.scss | +5 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-project.scss | +9 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-system-events.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-trovecats.scss | +7 | −7 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-user-details.scss | +7 | −7 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-user-list.scss | +7 | −7 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-user-password.scss | +6 | −6 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_software_map.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_structure.scss | +9 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_switch-to.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_toolbar.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_details.scss | +10 | −10 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_labels.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_members.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_permissions.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_services.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_ugroups.scss | +5 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/project-registration-creation/_project-creation-modal.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/project-registration/_project-registration.scss | +9 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/project-registration/includes/_cards.scss | +11 | −11 | Go to diff View file |
M | src/themes/BurningParrot/css/project-registration/includes/_project-information.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/project-registration/includes/_services.scss | +1 | −1 | Go to diff View file |
D | src/themes/BurningParrot/css/project-registration/project-registration-blue-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/project-registration/project-registration-green-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/project-registration/project-registration-grey-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/project-registration/project-registration-orange-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/project-registration/project-registration-purple-condensed.scss | +0 | −21 | Go to diff View file |
D | src/themes/BurningParrot/css/project-registration/project-registration-red-condensed.scss | +0 | −21 | Go to diff View file |
M | src/themes/BurningParrot/include/HeaderPresenterBuilder.php | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_switch-to.scss | +1 | −1 | Go to diff View file |
M | src/themes/common/css/platform-banner/_platform-banner.scss | +2 | −2 | Go to diff View file |
M | src/themes/common/css/utils/_mermaid.scss | +6 | −6 | Go to diff View file |
M | src/themes/common/css/utils/_switch-to.scss | +22 | −22 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_css-var-root.scss | +2 | −0 | Go to diff View file |
M | src/webpack.common.js | +0 | −15 | Go to diff View file |
M | src/www/my/index.php | +2 | −2 | Go to diff View file |