There was an error while loading. Please reload this page.
1 parent d48e0d8 commit 4a70adeCopy full SHA for 4a70ade
1 file changed
packages/ui/src/components/chips/chips.module.css
@@ -13,13 +13,11 @@
13
}
14
15
.outline {
16
- /* Two stacked fills: the brand surface under the theme overlay. */
17
background-color: var(--wb-components-chips-inset-outline);
18
background-image: linear-gradient(
19
var(--wb-components-chips-overlay-outline),
20
var(--wb-components-chips-overlay-outline)
21
);
22
- /* The stroke sits outside the box; a border would consume the padding. */
23
box-shadow: 0 0 0 var(--wb-size-12) var(--wb-components-chips-inset-outline);
24
color: var(--wb-components-chips-inset-outline);
25
0 commit comments