@vueless/storybook 0.0.75-beta.0 → 0.0.75-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/index.css +5 -2
- package/package.json +1 -1
package/.storybook/index.css
CHANGED
|
@@ -424,10 +424,13 @@ body {
|
|
|
424
424
|
|
|
425
425
|
.dark .docblock-argstable-body [type='checkbox']:checked,
|
|
426
426
|
.dark .docblock-argstable-body [type='radio']:checked {
|
|
427
|
-
@apply
|
|
427
|
+
@apply invert grayscale !border-gray-300;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.dark .docblock-argstable-body [type='radio']:checked {
|
|
431
|
+
@apply bg-gray-900;
|
|
428
432
|
}
|
|
429
433
|
|
|
430
|
-
.light .docblock-argstable-body [type='checkbox']:checked,
|
|
431
434
|
.light .docblock-argstable-body [type='radio']:checked {
|
|
432
435
|
@apply !bg-gray-900;
|
|
433
436
|
}
|