Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const BackgroundImage: React.FunctionComponent<BackgroundImageProps> = ({
return (
<div className={css(styles.backgroundImage, bgStyles.bgOverrides, className)} {...props}>
<svg xmlns="http://www.w3.org/2000/svg" className="pf-c-background-image__filter" width="0" height="0">
<filter id="image_overlay" width="0">
<filter id="image_overlay" width="">
<feColorMatrix type="matrix"
values="1 0 0 0 0
1 0 0 0 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`BackgroundImage 1`] = `
>
<filter
id="image_overlay"
width="0"
width=""
>
<feColorMatrix
type="matrix"
Expand Down Expand Up @@ -67,7 +67,7 @@ exports[`BackgroundImage 2`] = `
>
<filter
id="image_overlay"
width="0"
width=""
>
<feColorMatrix
type="matrix"
Expand Down Expand Up @@ -118,7 +118,7 @@ exports[`allows passing in a single string as the image src 1`] = `
>
<filter
id="image_overlay"
width="0"
width=""
>
<feColorMatrix
type="matrix"
Expand Down