@intergrav/dev.css 4.2.0 → 4.2.2
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/dev.css +2 -2
- package/package.json +1 -1
package/dev.css
CHANGED
|
@@ -430,7 +430,7 @@ pre code {
|
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
/* 10. details */
|
|
433
|
-
details:not(aside details) {
|
|
433
|
+
details:not(aside article details) {
|
|
434
434
|
padding: 0.5rem 1rem;
|
|
435
435
|
background: var(--dc-bg-2);
|
|
436
436
|
border: 1px solid var(--dc-bg-3);
|
|
@@ -442,7 +442,7 @@ summary {
|
|
|
442
442
|
font-weight: bold;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
details[open] summary {
|
|
445
|
+
details[open] > summary {
|
|
446
446
|
margin-bottom: 0.5rem;
|
|
447
447
|
}
|
|
448
448
|
|