design-system icon indicating copy to clipboard operation
design-system copied to clipboard

Salesforce Lightning Design System

Results 38 design-system issues
Sort by recently updated
recently updated
newest added

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))...

cla:missing

> (REQUIRED) Include one or more screenshots if applicable, as well as a Codepen with the reduced test case. ![error-label](https://github.com/user-attachments/assets/68435439-3a7f-4a5e-bcb6-eb27c8d89e31) > 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: ![image](https://github.com/salesforce-ux/design-system/assets/4470967/b75a17d9-b6bd-411b-a4b5-0de1ee1297b4) ![image](https://github.com/salesforce-ux/design-system/assets/4470967/ba6d6a9e-daff-49de-9fd8-52bc74b109f2) ![image](https://github.com/salesforce-ux/design-system/assets/4470967/c4ff7e28-59a7-4219-bddb-f1f136152b9a) ![image](https://github.com/salesforce-ux/design-system/assets/4470967/3159994f-305b-41e5-b399-155dcc11a66b) 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"` ![image](https://github.com/user-attachments/assets/e4a84bfc-bf13-4c3b-a4b6-9abff7bbdc9c)

> 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...

cla:signed

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...