-
Notifications
You must be signed in to change notification settings - Fork 829
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
Bad selector with tree aria level #164
Comments
Hi @ennoucas - which version of the CSS did you find this in? Is it one of the scoped versions? And if so, can you let us know which one? Cheers |
It is in the salesforce-lightning-design-system-ltng and salesforce-lightning-design-system-ltng.min version 1.0.0 |
Duplicate of #91 |
Thank you for your patience, this was just fixed in the latest version of the Lightning Design System! See full release notes: https://www.lightningdesignsystem.com/release-notes/ |
The 1.0.0 ltng css is provided with this selector:
[aria-level="1"] > .slds .slds-tree__item
instead of[aria-level="1"] > .slds-tree__item
as specified in the documentation. (same issue for all area levels)The text was updated successfully, but these errors were encountered: