@youtyan/code-viewer 0.1.20 → 0.1.21
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/package.json +1 -1
- package/web/style.css +4 -4
package/package.json
CHANGED
package/web/style.css
CHANGED
|
@@ -1374,7 +1374,7 @@ body.gdp-help-page #content {
|
|
|
1374
1374
|
opacity: 0.72;
|
|
1375
1375
|
}
|
|
1376
1376
|
#filelist.tree .tree-dir.children-omitted .dir-label {
|
|
1377
|
-
border-bottom:
|
|
1377
|
+
border-bottom: 0;
|
|
1378
1378
|
}
|
|
1379
1379
|
#filelist.tree .tree-dir.children-omitted-heavy {
|
|
1380
1380
|
cursor: pointer;
|
|
@@ -1437,9 +1437,9 @@ body.gdp-help-page #content {
|
|
|
1437
1437
|
text-transform: uppercase;
|
|
1438
1438
|
}
|
|
1439
1439
|
#filelist.tree .tree-dir .dir-omitted-heavy {
|
|
1440
|
-
color: var(--
|
|
1441
|
-
border-color: var(--
|
|
1442
|
-
background: var(--
|
|
1440
|
+
color: var(--fg-subtle);
|
|
1441
|
+
border-color: var(--border-muted);
|
|
1442
|
+
background: var(--bg-soft);
|
|
1443
1443
|
}
|
|
1444
1444
|
#filelist.tree .tree-dir .dir-omitted-internal {
|
|
1445
1445
|
color: var(--fg-subtle);
|