stable

Clone or download

Read-only

Display project background in document

The typography change done on some of the header titles to ease the readability when a header is used has been extracted to limit the duplication. In order to test you need: * the feature flag feature_flag_project_background activated * a project with a background * another project without background to compare differences Part of story #17551: apply background image on all project pages Change-Id: I69ce7d7ec8281a64916d9ace641da0078353b005

Modified Files

Name
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContainer.vue +2 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderView.vue +13 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue +1 −1 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +1 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_embedded-document.scss +5 −0 Go to diff View file
M plugins/document/themes/BurningParrot/document/_headers.scss +1 −1 Go to diff View file
A plugins/document/themes/BurningParrot/document/_project_background_header.scss +35 −0 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_project-tracker-background.scss +1 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-background.scss +9 −14 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +4 −5 Go to diff View file
M src/themes/common/css/project-background/_background.scss +5 −0 Go to diff View file