-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Privacy Policy alignment in non-TCF consent overlay banner and modal #4403
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
e3bb03c
to
2e907e7
Compare
Passing run #5107 ↗︎
Details:
Review all test suite changes for PR #4403 ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Let's get this into the release branch and run final checks!
@@ -64,7 +64,7 @@ const ConsentBanner: FunctionComponent<BannerProps> = ({ | |||
className={`fides-banner | |||
fides-banner-bottom | |||
${bannerIsOpen ? "" : "fides-banner-hidden"} | |||
${className}`} | |||
${className ? "" : className}`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes an unrelated bug where a class name of "undefined" would be set 👍
@@ -1007,6 +1007,6 @@ div#fides-banner-inner .fides-privacy-policy { | |||
div#fides-button-group { | |||
justify-content: flex-start; | |||
} | |||
#fides-privacy-policy-link { | |||
.fides-tcf-banner-container #fides-privacy-policy-link { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple yet effective!
…4403) Co-authored-by: Neville Samuell <[email protected]>
Relates to PROD-1320
Description Of Changes
As part of the release testing, an issue with alignment for the privacy policy link was identified. The issue impacted the non-TCF modal and overlay
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md