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

🐛 Bug Report: Tooltip is transparent #1081

Closed
2 tasks done
stnguyen90 opened this issue May 10, 2024 · 0 comments · Fixed by #1083
Closed
2 tasks done

🐛 Bug Report: Tooltip is transparent #1081

stnguyen90 opened this issue May 10, 2024 · 0 comments · Fixed by #1083
Assignees
Labels
bug Something isn't working product / auth Fixes and upgrades for the Appwrite Auth

Comments

@stnguyen90
Copy link
Contributor

stnguyen90 commented May 10, 2024

👟 Reproduction steps

  1. Update a collections permission by adding a user
  2. Hover over the text

👍 Expected behavior

The background should not be transparent.

👎 Actual Behavior

The background is transparent.

image

The problem is probably around here:

--p-drop-bg-color: var(--color-neutral-500);
--p-drop-border-color: var(--color-neutral-200);
body.theme-light & {
--p-drop-bg-color: var(--color-neutral-0);
--p-drop-border-color: var(--color-neutral-10);
}

🎲 Appwrite version

Appwrite Cloud

💻 Operating system

Linux

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@stnguyen90 stnguyen90 added the bug Something isn't working label May 10, 2024
@stnguyen90 stnguyen90 added the product / auth Fixes and upgrades for the Appwrite Auth label May 10, 2024
@stnguyen90 stnguyen90 moved this to Todo in 1.5 release May 10, 2024
@stnguyen90 stnguyen90 linked a pull request May 15, 2024 that will close this issue
@stnguyen90 stnguyen90 moved this from Todo to In Review in 1.5 release May 15, 2024
@stnguyen90 stnguyen90 self-assigned this May 15, 2024
@stnguyen90 stnguyen90 removed a link to a pull request May 15, 2024
@stnguyen90 stnguyen90 linked a pull request May 15, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Review to Done in 1.5 release May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working product / auth Fixes and upgrades for the Appwrite Auth
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants