stable

Clone or download

Read-only

chore: Use CSS variables for colors in background mixins

When background mixins have been set up, there was no CSS custom properties. We were forced to pass scss variables that was depending on the theme (FlamingParrot & BurningParrot). Now that we have common CSS custom properties we can remove those dependencies in background mixins. Part of request #20993: Colors in background mixins should be based on CSS custom properties Change-Id: I879750a6b8713092cca2e5c309c85de590d4d3f9

Modified Files

Name
M plugins/agiledashboard/themes/BurningParrot/css/_administration.scss +1 −2 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_project-header-background.scss +1 −2 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-header-background.scss +1 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document/_project_background_header.scss +1 −2 Go to diff View file
M plugins/git/themes/BurningParrot/_project-background-header.scss +1 −2 Go to diff View file
M plugins/program_management/themes/BurningParrot/program_management/_project-header-background.scss +1 −2 Go to diff View file
M plugins/svn/themes/FlamingParrot/css/style.scss +0 −1 Go to diff View file
M plugins/taskboard/themes/includes/_project-header-background.scss +1 −2 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_project-header-background.scss +1 −2 Go to diff View file
M plugins/testplan/themes/includes/_project-header-background.scss +1 −2 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_project-tracker-background.scss +1 −3 Go to diff View file
M plugins/tracker/themes/default/css/includes/_project-header-background.scss +1 −3 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-background.scss +6 −8 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +3 −3 Go to diff View file
M src/themes/common/css/project-background/_background.scss +3 −9 Go to diff View file
M src/themes/common/css/project-background/_project-background.scss +1 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +1 −0 Go to diff View file