浏览代码

Fix JSON folder folding in Firefox

GoForceX 1 年之前
父节点
当前提交
63449872da
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/web/stylesheets/operations/json.css

+ 2 - 1
src/web/stylesheets/operations/json.css

@@ -44,7 +44,8 @@ ul.json-dict, ol.json-array {
     display: contents;
 }
 .json-summary {
-    display: contents;
+    display: inline;
+    list-style: none;
 }
 
 /* Display object and array brackets when closed */