bitstyles icon indicating copy to clipboard operation
bitstyles copied to clipboard

A complete design system, with base styles and components, built in Sass using CSS variables

Results 67 bitstyles issues
Sort by recently updated
recently updated
newest added

We commonly have buttons in a list, that we want to be laid out in a row when there’s enough space, then stacked vertically, and taking the full width available,...

Dangerous icon buttons are currently not possible, since the hover from the `a-button--icon` overrides the `danger`. ``` Delete ``` ![dangerous](https://user-images.githubusercontent.com/239398/143777303-f84bc176-0b46-4839-bf20-6bd1590ee042.gif) I guess they could be cool to print on a...

bug
Sass/CSS

Right now, the storybook is lacking a favicon, so it shows up as either blank, or a fairly anonymous “[B]” - Add a favicon and all the other such images/icons...

Documentation

I was wondering if Storybook (or some addon to it) could allow us to add more tags or metadata to stories to improve the search. It would for instance be...

question

Check the CSS for the dropdowns (right-aligned) — on smallscreens they are aligned incorrectly

We need styles and semantics for a tooltip button and associated tooltip

See https://bitcrowd.github.io/bitstyles/?path=/docs/utilities-margin--margin-neg-m The negative margins are all available in those sizes, and in every individual direction — the docs should make that clear.

Documentation

We’re missing some useful icons: - directional arrows with arrow shafts - circle-icons with only an outline circle - ellipsis - clock - cog - download - upload - external...

when a table row has many buttons at the right-hand side (show, edit, delete, move up, move down), it starts to look crowded and all the block color from the...

The styling of `select[multiple]` is pretty odd, as it gets the down-arrow and hover styles of a normal select. Even though these aren’t normally used, it’d be great to avoid...