stable

Clone or download

Read-only

chore: Remove TLP declinaisons

No need to build tlp-blue.css + tlp-vars-blue.css, since tlp-vars-blue contains already all information (as CSS variables) needed for tlp.css This allows us to reduce the size of tracker and ttm css assets in FP: * tracker: 674 KiB -> 175 KiB * ttm: 35 KiB -> 7 KiB Part of request #21395: Stop building multiple FlamingParrot styles Change-Id: I6c81435eb221d4ede44659d1cf778752c98be574

Modified Files

Name
M plugins/projectmilestones/themes/BurningParrot/_release-chart.scss +1 −1 Go to diff View file
M plugins/projectmilestones/themes/BurningParrot/_release-toggle-badges-sprints.scss +1 −1 Go to diff View file
M plugins/taskboard/themes/includes/_body.scss +1 −1 Go to diff View file
M plugins/taskboard/themes/includes/_card-edit.scss +1 −1 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_campaign.scss +1 −1 Go to diff View file
M plugins/testmanagement/themes/FlamingParrot/css/style.scss +2 −35 Go to diff View file
M plugins/testplan/themes/includes/_test-definitions.scss +1 −3 Go to diff View file
M plugins/textualreport/include/TextualReport/SinglePagePresenterBuilder.php +1 −2 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/style.scss +5 −61 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/heartbeat.scss +1 −1 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/_sidebar.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +1 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_search.scss +1 −1 Go to diff View file
M src/themes/common/css/syntax-highlight.scss +1 −3 Go to diff View file
M src/themes/tlp/src/scss/components/_alerts.scss +10 −10 Go to diff View file
M src/themes/tlp/src/scss/components/_avatars.scss +1 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_badges.scss +53 −54 Go to diff View file
M src/themes/tlp/src/scss/components/_button-bar.scss +28 −24 Go to diff View file
M src/themes/tlp/src/scss/components/_buttons.scss +89 −34 Go to diff View file
M src/themes/tlp/src/scss/components/_cards.scss +9 −9 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +73 −10 Go to diff View file
M src/themes/tlp/src/scss/components/_dropdowns.scss +47 −48 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +46 −44 Go to diff View file
M src/themes/tlp/src/scss/components/_illustration.scss +16 −16 Go to diff View file
M src/themes/tlp/src/scss/components/_modal.scss +28 −25 Go to diff View file
M src/themes/tlp/src/scss/components/_panes.scss +6 −6 Go to diff View file
M src/themes/tlp/src/scss/components/_relative-dates.scss +2 −2 Go to diff View file
M src/themes/tlp/src/scss/components/_skeleton.scss +6 −9 Go to diff View file
M src/themes/tlp/src/scss/components/_switch.scss +6 −6 Go to diff View file
M src/themes/tlp/src/scss/components/_tables.scss +11 −11 Go to diff View file
M src/themes/tlp/src/scss/components/_tabs.scss +16 −16 Go to diff View file
M src/themes/tlp/src/scss/components/_tooltips-mixins.scss +1 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_tooltips.scss +7 −7 Go to diff View file
M src/themes/tlp/src/scss/components/_typography.scss +22 −21 Go to diff View file
D src/themes/tlp/src/scss/tlp-blue.scss +0 −24 Go to diff View file
D src/themes/tlp/src/scss/tlp-green.scss +0 −24 Go to diff View file
D src/themes/tlp/src/scss/tlp-grey.scss +0 −24 Go to diff View file
D src/themes/tlp/src/scss/tlp-orange.scss +0 −24 Go to diff View file
D src/themes/tlp/src/scss/tlp-purple.scss +0 −24 Go to diff View file
R src/themes/tlp/src/scss/tlp-red.scss Go to diff View file
D src/themes/tlp/src/scss/variables/_shadows.scss +0 −28 Go to diff View file
D src/themes/tlp/src/scss/variables/_typography.scss +0 −23 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_blue-colors.scss +0 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_green-colors.scss +0 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_grey-colors.scss +0 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_orange-colors.scss +0 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_purple-colors.scss +0 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_red-colors.scss +0 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-common.scss +0 −2 Go to diff View file
M src/webpack.common.js +1 −1 Go to diff View file
M src/www/tlp-doc/index.php +1 −1 Go to diff View file