Przeglądaj źródła

Fix JSON folder folding in Firefox

GoForceX 1 rok temu
rodzic
commit
63449872da
1 zmienionych plików z 2 dodań i 1 usunięć
  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;
     display: contents;
 }
 }
 .json-summary {
 .json-summary {
-    display: contents;
+    display: inline;
+    list-style: none;
 }
 }
 
 
 /* Display object and array brackets when closed */
 /* Display object and array brackets when closed */