Stacks icon indicating copy to clipboard operation
Stacks copied to clipboard

Stack Overflow’s Design System

Results 107 Stacks issues
Sort by recently updated
recently updated
newest added

We currently have very minimal post summaries that don't use the Stacks post summary component. ## Examples ### Question page sidebar ![image](https://user-images.githubusercontent.com/647177/171274946-ba714650-a772-4bea-92b0-5acb3cbde597.png) ### Profile Question/Answer sections ![image](https://user-images.githubusercontent.com/647177/171275044-7476d97b-8073-475d-a7d9-2081f2369e41.png)

enhancement
feature

When a post is both "watched" and "deleted", the watched styling takes precedence instead of the deleted styling. In my opinion, it should be the other way around (the fact...

bug

**Describe the bug** Checkbox mis-alignment on mobile views **To Reproduce** Steps to reproduce the behavior: 1. Go to https://stackoverflow.design/product/components/checkbox 2. Resize viewport to less than `640px` **Expected behavior** Checkboxes to...

Addresses https://github.com/StackExchange/Stacks/issues/872 This is very much a WIP.

do-not-merge
work-in-progress
dependencies
javascript
chore

According to [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap): > The property was originally a nonstandard and unprefixed Microsoft extension called word-wrap, and was implemented by most browsers with the same name. It has since been...

This PR explores spec'ing Comic Sans MS and Comic Mono for a dyslexia-friendly theme.

exploration
accessibility

Native `gap` support is coming to flex layouts in Safari. It's already shipped in Chrome and Firefox. This pull request explores removing our margin workaround and closes #328. We'll need...

exploration

This is a draft PR exploring how we might take advantage of the new classes / syntax fixes that the most recent version of highlight.js has added. Something I'd like...

I've started building an autocomplete component that can be used for type-ahead search, e.g. for searching tags, users or anything else, really. This is still a work in progress but...

work-in-progress