stable

Clone or download

Read-only

Stop building the tlp-${color}-condensed stylesheets

Note that the margins variables are still imported in the main stylesheets to not break all the plugins and other dependent stylesheets. This global import will be removed once the other stylesheets are cleaned. No functional changes are expected. Part of request #20573: Stop building condensed stylesheets Change-Id: Icfcaff73fd0985697569dfe9af41d48addc45753

Modified Files

Name
R src/themes/tlp/src/scss/tlp-orange-condensed.scss Go to diff View file
M src/common/layout/ThemeVariation.php +6 −1 Go to diff View file
M src/scripts/tlp-doc/src/main.js +13 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +8 −2 Go to diff View file
M src/themes/tlp/src/scss/_components.scss +0 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_alerts.scss +4 −4 Go to diff View file
M src/themes/tlp/src/scss/components/_badges.scss +1 −4 Go to diff View file
M src/themes/tlp/src/scss/components/_buttons.scss +4 −4 Go to diff View file
M src/themes/tlp/src/scss/components/_cards.scss +4 −4 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +7 −0 Go to diff View file
M src/themes/tlp/src/scss/components/_dropdowns.scss +11 −11 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +9 −9 Go to diff View file
M src/themes/tlp/src/scss/components/_layout.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/components/_modal.scss +11 −11 Go to diff View file
M src/themes/tlp/src/scss/components/_pagination.scss +2 −2 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/_popovers.scss +4 −4 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/_tables.scss +11 −11 Go to diff View file
M src/themes/tlp/src/scss/components/_tabs.scss +9 −9 Go to diff View file
M src/themes/tlp/src/scss/components/_tooltips.scss +1 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_typography.scss +9 −9 Go to diff View file
D src/themes/tlp/src/scss/tlp-purple-condensed.scss +0 −24 Go to diff View file
R src/themes/tlp/src/scss/tlp-red-condensed.scss Go to diff View file
R src/themes/tlp/src/scss/tlp-blue-condensed.scss Go to diff View file
R src/themes/tlp/src/scss/tlp-grey-condensed.scss Go to diff View file
R src/themes/tlp/src/scss/tlp-green-condensed.scss Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-grey-condensed.scss +22 −0 Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-grey.scss +22 −0 Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-orange-condensed.scss +22 −0 Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-orange.scss +22 −0 Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-purple-condensed.scss +22 −0 Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-purple.scss +22 −0 Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-red-condensed.scss +22 −0 Go to diff View file
A src/themes/tlp/src/scss/tlp-vars-red.scss +22 −0 Go to diff View file
M src/webpack.common.js +4 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +14 −4 Go to diff View file
M src/www/tlp-doc/index.php +2 −0 Go to diff View file
A tests/unit/common/Layout/ThemeVariationTest.php +53 −0 Go to diff View file