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][3.1.0] CSS specifity issue with text-color on v-badge #16384

Closed
mediafreakch opened this issue Jan 6, 2023 · 3 comments
Closed
Labels
E: theme Theme composable wontfix The issue is expected and will not be fixed

Comments

@mediafreakch
Copy link
Contributor

mediafreakch commented Jan 6, 2023

Environment

Vuetify Version: 3.1.0
Vue Version: 3.2.45
Browsers: Chrome 108.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. Open the codepen provided

Expected Behavior

The text within the badge should be black

Actual Behavior

The text within the badge is white

Reproduction Link

https://codepen.io/mediafreakch-the-flexboxer/pen/rNrWKyY

Other comments

Doing the same on vuetify playground works

@mediafreakch
Copy link
Contributor Author

Actually it seems like it's also broken on the vuetify playground and my example above was working by chance.

Here's another example (not working).

@lioneaglesolutions lioneaglesolutions added T: bug Functionality that does not work as intended/expected C: VBadge VBadge labels May 3, 2023
@github-actions github-actions bot removed the S: triage label May 3, 2023
@KaelWD KaelWD added E: theme Theme composable and removed C: VBadge VBadge labels May 3, 2023
@KaelWD
Copy link
Member

KaelWD commented May 3, 2023

This is because the generated theme stylesheet is inserted after the rest of vuetify's styles. I don't think there's a good way to guarantee stylesheet order, this will have to wait for #15596

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2023
@KaelWD KaelWD added wontfix The issue is expected and will not be fixed and removed T: bug Functionality that does not work as intended/expected labels May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E: theme Theme composable wontfix The issue is expected and will not be fixed
Projects
None yet
Development

No branches or pull requests

3 participants