Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add token-based CSS theming #11262 #11319
Add token-based CSS theming #11262 #11319
Changes from 20 commits
f7fd65e
e7a0214
e53594a
b75e002
607e866
eefa2dd
373cb9c
14bbab4
5711938
b1dae72
e05e33e
6240034
82e22e5
174c5ae
a9f4534
e31736f
6914024
6ebcb72
7c8b6f0
fabd076
ed46cf2
f5ff068
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This avoids having to manually override every
sky
token. On our side, we just have to define one blue color and let primevue deal with gradients.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this needs to either be removed or have more descriptive naming.
arches-navigation-list
could refer to many things.arches-navigation-list-padding
is better. same with color IMO but I feel less strongly thereThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is another one that comes from primevue theming. (Sorry, tried to clarify this by putting "custom" tokens beneath a comment, but as of now we won't have any custom tokens.) This is what we get if we do nothing:
I think leaving this in is less opinionated by taking some of these paddings down to 0 or at least equal X/Y
On second look, the navigation-color one is custom, so I'll find a way to rename/clarify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend remove this, I don't believe we should have our "default" icon size be small ( or that we should offer a "default" icon size)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PrimeVue themes come with an iconSize whether we like it or not (1rem), so I have a feeling we will want to override it with something. But we can definitely punt.