-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat(tree,tree-item): update indentation #10990
base: dev
Are you sure you want to change the base?
Conversation
{checkbox ? ( | ||
<label class={CSS.checkboxLabel}>{defaultSlotNode}</label> | ||
) : ( | ||
defaultSlotNode |
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.
No impact for AT users with VoiceOver. Adding @geospatialem for review.
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.
LGTM! 🚀
This PR made changes to stories to include all |
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.
👍
@@ -1,80 +1,53 @@ | |||
:host([scale="s"]) { | |||
--calcite-internal-tree-item-spacing-unit: 0.25rem; |
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.
Shouldn't these values use calcite tokens?
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.
IIRC, it is recommended to leave them as rem
or px
for now and update them to tokens in a separate effort once tokenization is complete. Please correct me if wrong @alisonailea
Related Issue: #7096
Summary
Updates padding indentation for
tree-item
's intree