robert 10 시간 전
부모
커밋
af84d384f4
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      doc/demo.css

+ 9 - 0
doc/demo.css

@@ -232,6 +232,15 @@ code.inline {
     display: block;
 }
 
+/* Reduce background paint cost while a layer is open */
+.layer-open .box-header,
+.layer-open .code-view,
+.layer-open .html-view,
+.layer-open .css-view,
+.layer-open .feature-desc {
+    visibility: hidden;
+}
+
 /* Syntax Highlighting */
 .kwd { color: #c678dd; }
 .str { color: #98c379; }