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

Computed styles do not show important properties #4

Open
bhackett1024 opened this issue Oct 22, 2024 · 0 comments
Open

Computed styles do not show important properties #4

bhackett1024 opened this issue Oct 22, 2024 · 0 comments

Comments

@bhackett1024
Copy link

Computed styles in the devtools do not show whether the style is important. Computed style information is rendered by DeclarationValue components. The needed information is available from ComputedProperty objects which have a "priority" property that will be "important" for properties that come from important styles.

When a DeclarationValue is rendered it should indicate whether the style is important.

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

No branches or pull requests

1 participant