stable

Clone or download

Read-only

chore: Stop building multiple FlamingParrot styles

This is a follow-up to git #tuleap/stable/c99b8ae4fc517ce95daaa501efd93c4cfbf70db8 Here we focus on removing FlamingParrot dedicated color variables like $main, $background, … We now use their CSS variables counterparts. We still build multiple FlamingParrot styles in tracker and testmanagement due to the fact that TLP does not use CSS variables yet. Once done, we will be able to reduce duplication even more. No functional changes. Part of request #21395: Stop building multiple FlamingParrot styles Change-Id: Icb46f8643fec425c4c2af632847fd0baa9473cb7

Modified Files

Name
M plugins/svn/themes/BurningParrot/css/include/_homepage.scss +8 −37 Go to diff View file
M plugins/testmanagement/themes/FlamingParrot/css/style.scss +166 −174 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/style.scss +160 −166 Go to diff View file
M plugins/tracker/themes/default/css/includes/_project-header-background.scss +1 −33 Go to diff View file
M src/themes/FlamingParrot/css/utils/_account-confirmation.scss +10 −10 Go to diff View file
M src/themes/FlamingParrot/css/utils/_admin.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss +82 −52 Go to diff View file
M src/themes/FlamingParrot/css/utils/_breadcrumb.scss +17 −17 Go to diff View file
M src/themes/FlamingParrot/css/utils/_content.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss +5 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cvs.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_help-dropdown.scss +7 −7 Go to diff View file
M src/themes/FlamingParrot/css/utils/_invite-buddies.scss +5 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_list-picker.scss +14 −14 Go to diff View file
M src/themes/FlamingParrot/css/utils/_login.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_logo.scss +6 −6 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +13 −13 Go to diff View file
M src/themes/FlamingParrot/css/utils/_post-definitions.scss +3 −3 Go to diff View file
M src/themes/FlamingParrot/css/utils/_pre-definitions.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-confirmation.scss +8 −8 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-privacy-popover.scss +12 −12 Go to diff View file
M src/themes/FlamingParrot/css/utils/_search.scss +12 −12 Go to diff View file
M src/themes/FlamingParrot/css/utils/_sidebar.scss +15 −15 Go to diff View file
M src/themes/FlamingParrot/css/utils/_smooth-scrollbar-overrides.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_svn.scss +4 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_typography.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-blue.scss +0 −11 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-bluegrey.scss +0 −11 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-color-common.scss +0 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-green.scss +0 −11 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-orange.scss +0 −11 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-purple.scss +0 −11 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-red.scss +0 −11 Go to diff View file
M src/themes/FlamingParrot/css/utils/_widget.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +21 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +1 −2 Go to diff View file