Skip to content

Commit

Permalink
Merge pull request #31 from plone/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
libargutxi authored Sep 29, 2023
2 parents 1157e9e + b8ab22e commit d3b2639
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Person = ({ content }) => {
<Container className="person-view">
<Grid columns={2} stackable>
<Grid.Column width={4} className="speaker-image-wrapper">
<div className="speakers-preview-image">
<div className="speakers-preview-image no-filter">
{content.image ? (
<img
src={flattenToAppURL(content.image.scales.preview.download)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@
}
}
}

.speakers-preview-image.no-filter {
&::before {
content: none;
}

img {
filter: none;
mix-blend-mode: normal;
}
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.17.dev0
1.18.dev0

0 comments on commit d3b2639

Please sign in to comment.