css
css copied to clipboard
The CSS design system that powers GitHub
**Is your feature request related to an issue? Please describe.** I think it would be interesting if the project supported other languages, such as Portuguese, and get more people around...
[form-validation.scss](https://github.com/primer/primer/blob/1c44bfa2c34fddd5c91286524b08b64af4566eb8/modules/primer-forms/lib/form-validation.scss) include too many background-image with absolute path which works well in github For example: * [`background-image: url("/images/spinners/octocat-spinner-16px.gif");`](https://github.com/primer/primer/blob/1c44bfa2c34fddd5c91286524b08b64af4566eb8/modules/primer-forms/lib/form-validation.scss#L12) * [` background: url("/images/spinners/octocat-spinner-32-EAF2F5.gif") 0 0 no-repeat;`](https://github.com/primer/primer/blob/1c44bfa2c34fddd5c91286524b08b64af4566eb8/modules/primer-forms/lib/form-validation.scss#L99) @broccolini @shawnbot if I use...
**Is your feature request related to a problem? Please describe.**  When I debug in DevTools, the file corresponding to the style points to a file that doesn't exist (the...
Design and API exploration for buttony and linky components: `Button`, `IconButton`, `Link`, `LinkStyledAsButton`, `ButtonGroup`, `ReactionButton` Working notes and prop tables can be found in [this readme](https://github.com/primer/css/blob/19436675b120c655e9f9857525a1f0cf96b2c5ad/src/button-refactor/ButtonsLinksAPI.md) [Figma draft](https://www.figma.com/file/2tUkwPkvbVI7A86CBivkBp/Buttons-and-Links-Oh-My?node-id=0%3A1) ### Progress...
### What are you trying to accomplish? - Fix the `.Box-row` styling for the conditional corner radii. (As stated in [this issue](https://github.com/primer/css/issues/1715)) ### What approach did you choose and why?...
### What are you trying to accomplish? Add "Action List" to docs' navigator. ### What approach did you choose and why? _None._ ### What should reviewers focus on? _None._ ###...
**Describe the bug** `ActionList-item-visual--trailing` rendered over two lines despite plenty of space left. **To Reproduce** ``` Item with trailing text github/my-repo-name ``` **Expected behavior** Take up remaining space if available....
### What are you trying to accomplish? This PR adds a new `Flash` component, meant to eventually replace our existing `flash` alert. This update aims to fix long standing issues...
## Issue The default link format on GitHub appears to fail Web Content Accessibility Guideline (WCAG) criterion [1.4.1 Use of Colour](https://www.w3.org/WAI/WCAG21/Understanding/use-of-color.html) (level A). This is because without hovering, the only...
**Is your feature request related to a problem? Please describe.** [GitHub Flavored Markdown (GFM)](https://github.github.com/gfm/) defines [task lists](https://github.github.com/gfm/#task-list-items-extension-) as unordered lists with disabled checkbox "bullets". The HTML to render such a...