@livepeer/design-system 1.0.16 → 1.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -305,6 +305,7 @@ var Accordion = React.forwardRef(function (_a, forwardedRef) {
|
|
305
305
|
Accordion.displayName = "Accordion";
|
306
306
|
var StyledItem = styled(AccordionPrimitive.Item, {
|
307
307
|
borderTop: "1px solid $colors$neutral6",
|
308
|
+
"button:focus": { boxShadow: "none" },
|
308
309
|
"&:first-of-type": {
|
309
310
|
borderTop: "none",
|
310
311
|
},
|
package/dist/index.js
CHANGED
@@ -349,6 +349,7 @@ var Accordion = React__default["default"].forwardRef(function (_a, forwardedRef)
|
|
349
349
|
Accordion.displayName = "Accordion";
|
350
350
|
var StyledItem = styled(AccordionPrimitive__namespace.Item, {
|
351
351
|
borderTop: "1px solid $colors$neutral6",
|
352
|
+
"button:focus": { boxShadow: "none" },
|
352
353
|
"&:first-of-type": {
|
353
354
|
borderTop: "none",
|
354
355
|
},
|