Skip to content

docs-bug(COMPONENT): What does it mean when system token is None in overrides (styling tab) #31129

Open
@kai1992cool

Description

@kai1992cool

Documentation Feedback

It is a bit ambiguouns when None is mentioned for system token, I cannot find any documentation explaining what None means, does it mean its not used, being developed or I need to style it myself, can this be documented?

Affected documentation page

https://material.angular.dev/components/form-field/styling

Activity

added
docsThis issue is related to documentation
needs triageThis issue needs to be triaged by the team
on May 15, 2025
pmpak

pmpak commented on May 16, 2025

@pmpak

@kai1992cool None means that the default value of the component token is a plain CSS value (e.g. 16px) and is not referencing a system token. It doesn't mean the token is unused or in development, it just indicates that there's no mapping to a system-level token.

crisbeto

crisbeto commented on May 28, 2025

@crisbeto
Member

I think we can come up with a better label for this case or at least a tooltip to explain what it means.

added
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
and removed
needs triageThis issue needs to be triaged by the team
on May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: themingdocsThis issue is related to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      docs-bug(COMPONENT): What does it mean when system token is `None` in overrides (styling tab) · Issue #31129 · angular/components