Skip to content

Commit

Permalink
[Spaces] spaces selector page background (elastic#199981)
Browse files Browse the repository at this point in the history
Removed `panelled` property that was covering the background image.
From [EUI
docs](https://eui.elastic.co/#/templates/page-template/examples#simple-page-with-header-and-sections)
`panelled` - adds a white background and shadow to define the area.

__Closes: https://github.com/elastic/kibana/issues/194193__

## Release Note
Removed `panelled` property that was covering the background image for
Spaces Selector page.
elena-shostak authored and CAWilson94 committed Dec 12, 2024
1 parent f68b517 commit 079e3be
Showing 2 changed files with 1 addition and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -117,11 +117,7 @@ export class SpaceSelector extends Component<Props, State> {
}

return (
<KibanaPageTemplate
className="spcSpaceSelector"
data-test-subj="kibanaSpaceSelector"
panelled
>
<KibanaPageTemplate className="spcSpaceSelector" data-test-subj="kibanaSpaceSelector">
{/* Portal the fixed background graphic so it doesn't affect page positioning or overlap on top of global banners */}
<EuiPortal>
<div

0 comments on commit 079e3be

Please sign in to comment.