design-system
design-system copied to clipboard
Salesforce Lightning Design System
Please refer to our [Commit Guidelines](CONTRIBUTING.md#commit-guidelines) for documenting changes. **Changes proposed in this pull request:** * ### Acceptance Criteria #### General * [* ] Tested on **desktop** (see [supported browsers](https://www.lightningdesignsystem.com/faq/#what-browsers-are-supported))...
> (REQUIRED) Include one or more screenshots if applicable, as well as a Codepen with the reduced test case.  > Describe the issue. Is it a bug or a...
SLDS implements gutters by applying different styling to first and following elements, for example here in the highlights panel or in buttons:     I've recently learned that...
Related List span count with the wrong class Output is `"lds-shrink-none_ slds-m-right--xx-small"` It's missing a `"s"` in the beggining. Expected: `"slds-shrink-none slds-m-right--xx-small"` 
> Describe the issue. Is it a bug or a feature request (new component, new icon, new CSS class)? The utility:send icon SVG does not accept the --slds-c-icon-color-foreground variable. The...
The docs indicate to use an incorrect classname wich does not reflect what is shown in the examples Please refer to our [Commit Guidelines](CONTRIBUTING.md#commit-guidelines) for documenting changes. **Changes proposed in...
When using the [SLDS Path Blueprint](https://v1.lightningdesignsystem.com/components/path/#With-different-stage-selected), if you have a step which is current but not active, the color of the element beneath the path element shows through in the...
I have a question regarding the design tokens provided in the package, specifically those in the `design-tokens/dist/ `directory. For example, in SLDS, we use the token @color-text-default from the LESS...