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

Our users (and even some staff) ask about and seem to prefer the option for Dark Mode on our site. With a few media queries, looks like we could change...

enhancement

When our tooltips are available, we take the `title` attribute, remove it, and use its content to build the tooltip. We do this so we don't get the browser tooltips...

accessibility

Scenario, you've got a button with an icon and a title attribute. You've wired it up to our tooltip controller. The issue with this is our tooltip controller strips the...

accessibility

A suggestion from @MaxHorstmann that I'd love to include at some point. Code blocks could use their own copy to clipboard button. There have been other requests for a proper...

enhancement

**Current behavior**: When an element has a conditional dark mode class and a conditional hover or focus class, the dark mode styling overrides the hover style. **Desired behavior**: Hover/focus styling...

bug
dark-mode

We need to include some source JS files to aid in importing from NPM. Tasks: - [ ] Correct `exports` field in `package.json` - [ ] No bundled dependencies in...

dependencies
javascript

`.s-progress--label`s that wrap don't affect the height of its' parent. This could be seen as a feature instead of a bug, but it results in some kinda ugly elements. See...

bug

The numbers are looking a little low on SegoeUI. As reported in https://meta.stackexchange.com/a/372673/355163

bug

Practically, this will be adding appropriate styling to inputs using the `:required` pseudo selector. Conversely, `:optional` should probably be styled as well.

enhancement

**Is your feature request related to a problem? Please describe.** Yes, I am developing an extension to be used on SE websites and I was thinking of using the existing...