stable
Clone or download
Read-only
Remaining components of BurningParrot stylesheets now use CSS variables, we can remove its variant declinaisons. No functional changes. Closes request #21354: Build only one stylesheet for BurningParrot core pages Change-Id: I1bc128b85068873dcf9e391999695335cf3ead48
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/textualreport/include/TextualReport/SinglePagePresenterBuilder.php | +2 | −1 | Go to diff View file |
D | src/themes/BurningParrot/css/_includes.scss | +0 | −48 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-blue.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-green.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-grey.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-orange.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-purple.scss | +0 | −24 | Go to diff View file |
D | src/themes/BurningParrot/css/burning-parrot-red.scss | +0 | −24 | Go to diff View file |
A | src/themes/BurningParrot/css/burning-parrot.scss | +47 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_breadcrumb.scss | +22 | −22 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_browser-unsupported.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss | +12 | −12 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_footer.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_header.scss | +5 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_help-dropdown.scss | +14 | −14 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_homepage.scss | +30 | −30 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_lists.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_logo.scss | +14 | −12 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_modals.scss | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_navbar.scss | +18 | −16 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_platform-banner.scss | +1 | −1 | 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-background.scss | +24 | −23 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_project-banner.scss | +8 | −6 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_project-privacy-popover.scss | +9 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar-collapsed.scss | +6 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar-project.scss | +22 | −20 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar-siteadmin.scss | +5 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar.scss | +9 | −7 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_skip-to-main-link.scss | +2 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_smooth-scrollbar-overrides.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_software_map.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_structure.scss | +8 | −6 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_toolbar.scss | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_details.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_labels.scss | +4 | −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 | +5 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_services.scss | +6 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/project-admin/_ugroups.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/include/HeaderPresenterBuilder.php | +10 | −7 | Go to diff View file |
M | src/themes/common/css/platform-banner/_platform-banner.scss | +6 | −6 | Go to diff View file |
M | src/themes/common/css/project-background/_project-background.scss | +2 | −1 | Go to diff View file |
M | src/themes/common/css/utils/_mermaid.scss | +1 | −1 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_css-var-root.scss | +14 | −1 | Go to diff View file |
M | src/webpack.common.js | +1 | −6 | Go to diff View file |