Skip to content

Commit

Permalink
fix(overlay): add anchor tag to filter overlay (patternfly#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored and tlabaj committed Nov 5, 2018
1 parent dc536dd commit 80e54df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class PageLayoutDefaultNav extends React.Component {
[BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg',
[BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg',
[BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg',
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg'
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay'
};

const Header = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class PageLayoutExpandableNav extends React.Component {
[BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg',
[BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg',
[BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg',
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg'
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay'
};

const Header = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class PageLayoutGroupsNav extends React.Component {
[BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg',
[BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg',
[BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg',
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg'
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay'
};

const Header = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class PageLayoutHorizontalNav extends React.Component {
[BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg',
[BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg',
[BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg',
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg'
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay'
};

const Header = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class PageLayoutHorizontalNavCondensed extends React.Component {
[BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg',
[BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg',
[BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg',
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg'
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay'
};

const Header = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class PageLayoutSimpleNav extends React.Component {
[BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg',
[BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg',
[BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg',
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg'
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay'
};

const Header = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class PageLayoutVerticalNavCondensed extends React.Component {
[BackgroundImageSrc.xl]: '/assets/images/pfbg_2000.jpg',
[BackgroundImageSrc.xs]: '/assets/images/pfbg_576.jpg',
[BackgroundImageSrc.xs2x]: '/assets/images/pfbg_576@2x.jpg',
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg'
[BackgroundImageSrc.filter]: '/assets/images/background-filter.svg#image_overlay'
};

const Header = (
Expand Down

0 comments on commit 80e54df

Please sign in to comment.