infima icon indicating copy to clipboard operation
infima copied to clipboard

A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website

Results 27 infima issues
Sort by recently updated
recently updated
newest added

https://pptr.dev/api/puppeteer.frameaddscripttagoptions This edge case does not look great, we can probably do better 😅 ![CleanShot 2022-08-08 at 15 19 36@2x](https://user-images.githubusercontent.com/749374/183427608-900ddabd-b4e8-4136-9942-8866a5d5df1d.png)

Currently the default Text color for badges in dark mode is way too white, which is not good to read: ![badges_now](https://user-images.githubusercontent.com/10911626/175288043-5e33d9c1-5abb-4cd4-bd12-51665662be3f.png) But i had tried changing the text color to...

Changes made: - Distinct background color for table header (see https://github.com/facebookincubator/infima/pull/213#issuecomment-1072230336) - Rows are highlighted on hover. I think helpful to follow along wide table rows with many columns. -...

CLA Signed

With a lot of CSS refactors / polishings under the way, we should find a way to ensure they don't regress. Testing CSS on Infima is much easier than Docusaurus,...

Not sure if this should have gone here or in the Docusaurus repo, but anyway. while images are given `max-width: 100%`, their height is unspecified, so any height attribute assigned...

Requested on Canny: https://docusaurus.canny.io/feature-requests/p/stepper-component > Would be nice to have a stepper component (like https://mui.com/components/steppers or https://garden.zendesk.com/components/stepper, but more integrated with Docusaurus and its theme) for step-by-step instructions. I think...

Our dark mode background is too dark. While it's fine for the Docusaurus website because the text is relatively sparse, as soon as the text gets dense, it literally hurts...

The Infima shadows are not very convenient to use currently. The lw shadow is not very visible, and the difference between --lw and --md is huge: ![image](https://user-images.githubusercontent.com/749374/141512801-e3470db7-3a6b-4f3a-8bf3-4af9f46e4395.png) In practice, Docusaurus...

From the discussion: https://github.com/facebook/docusaurus/discussions/5749 Currently we reuse the Infima `alert` class name in Docusaurus, which is too noisy (blue background). There seems to be a few good designs proposed in...

there seem to be an inconstancy in use of borders / background colors between dark and light mode most elements in dark mode use background color most elements in light...