mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Spaces] spaces selector page background (#199981)
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.
This commit is contained in:
parent
971c1f3c35
commit
d435b8a892
2 changed files with 1 additions and 7 deletions
|
@ -4,7 +4,6 @@ exports[`it renders with custom logo 1`] = `
|
|||
<_KibanaPageTemplate
|
||||
className="spcSpaceSelector"
|
||||
data-test-subj="kibanaSpaceSelector"
|
||||
panelled={true}
|
||||
>
|
||||
<EuiPortal>
|
||||
<div
|
||||
|
@ -65,7 +64,6 @@ exports[`it renders without crashing 1`] = `
|
|||
<_KibanaPageTemplate
|
||||
className="spcSpaceSelector"
|
||||
data-test-subj="kibanaSpaceSelector"
|
||||
panelled={true}
|
||||
>
|
||||
<EuiPortal>
|
||||
<div
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue