Skip to content
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

Cannot remove divider above Privacy and Terms links in core-2 #3275

Open
4 tasks done
danilofuchs opened this issue Apr 26, 2024 · 3 comments
Open
4 tasks done

Cannot remove divider above Privacy and Terms links in core-2 #3275

danilofuchs opened this issue Apr 26, 2024 · 3 comments
Assignees

Comments

@danilofuchs
Copy link
Contributor

danilofuchs commented Apr 26, 2024

Preliminary Checks

Reproduction

Publishable key

pk_test_Y3JlZGlibGUtcmFiYml0LTUuY2xlcmsuYWNjb3VudHMuZGV2JA

Description

I want to remove this divider above Privacy and Terms links at the `` component, but there is no exposed class for it.

image

image

Environment

`@clerk/nextjs 5.0.2`
@danilofuchs danilofuchs added the needs-triage A ticket that needs to be triaged by a team member label Apr 26, 2024
@jescalan jescalan added the confirmed label Apr 29, 2024 — with Linear
@jescalan jescalan removed the needs-triage A ticket that needs to be triaged by a team member label Apr 29, 2024
@panteliselef
Copy link
Member

Hey @danilofuchs could you give this a try ?

<ClerkProvider
  appearance={{
    elements: {
      footer: {
        '>:nth-of-type(2)': {
          borderTopWidth: '0px',
        },
      },
    },
  }}
>

@panteliselef panteliselef self-assigned this May 1, 2024
@danilofuchs
Copy link
Contributor Author

This works @panteliselef!
Not sure if this is the best API though

@panteliselef
Copy link
Member

That is correct, having said that tho, due to css specificity simply introducing a class will not fix the issue, we would have to remove the previous css rule which we are considering a breaking change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants