Skip to content
#

design-system

Here are 1,178 public repositories matching this topic...

grommet
H3lloTom
H3lloTom commented Dec 24, 2021

Which Component Need Enhancement 期望新增功能的组件

  • Progress

What does the proposed API look like 期望支持的API

stroke属性支持渐变色

Feature Description 功能描述

Progress支持线性渐变颜色

Additional information 补充说明

目前type="line",stroke传入到background-color属性,然而该属性并不支持渐变色。

polaris-react
theme-ui
benface
benface commented Nov 23, 2021

Is your feature request related to a problem? Please describe.
I find it surprising and confusing that the bg shorthand can be set to a color name/key, but not background, as they read the same.

Describe the solution you'd like
I would like background to be a theme-aware property, so I can do sx={{ background: 'myCustomColorName' }}.

**Describe alternatives you've considere

eui
1Copenut
1Copenut commented Dec 15, 2021

While testing the new Discover data grid, I noticed the control columns were using a black focus halo for the checkboxes and flyout control. I wanted to ask if it made sense to make this focus halo blue for consistency with other cells.


<img width="955" alt="Screen Shot 2021-12-15 at 5 02 14 PM" src="https://user-images.

react
emplums
emplums commented Dec 2, 2020

(moved over from https://github.com/github/design-systems/issues/860, thanks @smockle 👋 !)

Problem

Occasionally it’s useful to add an interactive element with the semantics of button (correctly represented in the AT)—but without its visual styles.

Solution

Other teams at GitHub spread the following object in sx props to destyle Buttons:

// Removes most of 'button'’s visual appearanc

Improve this page

Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-system topic, visit your repo's landing page and select "manage topics."

Learn more