Skip to content

Commit

Permalink
[Spaces] spaces selector page background (#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.
  • Loading branch information
elena-shostak authored Nov 20, 2024
1 parent 971c1f3 commit d435b8a
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down

0 comments on commit d435b8a

Please sign in to comment.