소스 검색

Off 'pre.hljs' border only customize example when border switch Off but not immediately

yusuketk 8 년 전
부모
커밋
644134dff4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      lib/views/admin/customize.html
  2. 1 1
      resource/styles/scss/_admin.scss

+ 1 - 1
lib/views/admin/customize.html

@@ -303,7 +303,7 @@
 
           <p class="help-block">
             Examples:
-            <pre class="hljs"><code class="highlightjs-demo">function $initHighlight(block, cls) {
+            <pre class="hljs {% if !settingForm['customize:highlightJsStyleBorder'] %}no-border{% endif %}"><code class="highlightjs-demo">function $initHighlight(block, cls) {
   try {
     if (cls.search(/\bno\-highlight\b/) != -1)
       return process(block, true, 0x0F) +

+ 1 - 1
resource/styles/scss/_admin.scss

@@ -33,7 +33,7 @@
     }
 
     // override Highlight Js Style Border
-    .hljs{
+    .no-border {
       border: none;
     }
   }