stable

Clone or download

Read-only

chore: Stop building multiple FlamingParrot styles in core

Now FlamingParrot styles are built only once. No functional changes. Part of request #21395: Stop building multiple FlamingParrot styles Change-Id: If08d822d8853f35b300d81503eab55b2ab222150

Modified Files

Name
M plugins/agiledashboard/themes/BurningParrot/css/scrum.scss +4 −4 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_planning.scss +3 −4 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-colors.scss +3 −3 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/_default-style.scss +1 −3 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/index.js +2 −2 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/style.scss +14 −10 Go to diff View file
M plugins/tracker/themes/default/css/includes/_cards.scss +3 −3 Go to diff View file
M plugins/tracker/themes/default/css/includes/_columns-colors.scss +3 −1 Go to diff View file
M plugins/tracker/themes/default/css/includes/_cross-references-fields.scss +3 −5 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +14 −13 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-background.scss +8 −10 Go to diff View file
D src/themes/FlamingParrot/css/FlamingParrot_Blue.scss +0 −26 Go to diff View file
D src/themes/FlamingParrot/css/FlamingParrot_BlueGrey.scss +0 −26 Go to diff View file
D src/themes/FlamingParrot/css/FlamingParrot_Green.scss +0 −26 Go to diff View file
D src/themes/FlamingParrot/css/FlamingParrot_Orange.scss +0 −27 Go to diff View file
D src/themes/FlamingParrot/css/FlamingParrot_Purple.scss +0 −26 Go to diff View file
D src/themes/FlamingParrot/css/FlamingParrot_Red.scss +0 −26 Go to diff View file
R src/themes/FlamingParrot/css/utils/_variables-red.scss Go to diff View file
M src/themes/FlamingParrot/css/utils/_account-confirmation.scss +37 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss +45 −36 Go to diff View file
M src/themes/FlamingParrot/css/utils/_breadcrumb.scss +9 −9 Go to diff View file
M src/themes/FlamingParrot/css/utils/_browser-deprecation-modal.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_browser-unsupported.scss +3 −3 Go to diff View file
M src/themes/FlamingParrot/css/utils/_content.scss +9 −6 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss +4 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cvs.scss +6 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_feedback.scss +9 −10 Go to diff View file
M src/themes/FlamingParrot/css/utils/_help-dropdown.scss +5 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_list-picker.scss +16 −14 Go to diff View file
M src/themes/FlamingParrot/css/utils/_login.scss +43 −12 Go to diff View file
M src/themes/FlamingParrot/css/utils/_logo.scss +15 −11 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +33 −31 Go to diff View file
M src/themes/FlamingParrot/css/utils/_platform-banner.scss +7 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_post-definitions.scss +12 −9 Go to diff View file
M src/themes/FlamingParrot/css/utils/_pre-definitions.scss +1 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-admin.scss +4 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +23 −27 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-banner.scss +4 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-privacy-popover.scss +16 −13 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_sidebar.scss +28 −25 Go to diff View file
M src/themes/FlamingParrot/css/utils/_skip-to-main-link.scss +4 −6 Go to diff View file
M src/themes/FlamingParrot/css/utils/_svn.scss +4 −3 Go to diff View file
D src/themes/FlamingParrot/css/utils/_variables-blue.scss +0 −23 Go to diff View file
D src/themes/FlamingParrot/css/utils/_variables-bluegrey.scss +0 −23 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-color-common.scss +0 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-common.scss +0 −2 Go to diff View file
D src/themes/FlamingParrot/css/utils/_variables-green.scss +0 −23 Go to diff View file
D src/themes/FlamingParrot/css/utils/_variables-orange.scss +0 −23 Go to diff View file
D src/themes/FlamingParrot/css/utils/_variables-purple.scss +0 −23 Go to diff View file
M src/themes/common/css/project-background/_project-background.scss +4 −2 Go to diff View file
M src/themes/common/css/utils/_switch-to.scss +1 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +1 −0 Go to diff View file
M src/webpack.common.js +5 −13 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −1 Go to diff View file