Skip to content

Commit 4a70ade

Browse files
committed
docs(ui): drop the outline chip comments
The token names carry the layering (inset under overlay) and the outer box-shadow ring is a standard idiom.
1 parent d48e0d8 commit 4a70ade

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/ui/src/components/chips/chips.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
}
1414

1515
.outline {
16-
/* Two stacked fills: the brand surface under the theme overlay. */
1716
background-color: var(--wb-components-chips-inset-outline);
1817
background-image: linear-gradient(
1918
var(--wb-components-chips-overlay-outline),
2019
var(--wb-components-chips-overlay-outline)
2120
);
22-
/* The stroke sits outside the box; a border would consume the padding. */
2321
box-shadow: 0 0 0 var(--wb-size-12) var(--wb-components-chips-inset-outline);
2422
color: var(--wb-components-chips-inset-outline);
2523
}

0 commit comments

Comments
 (0)