瀏覽代碼

editor style block-separator height adjust

tags/1.0.0^2^2
Alej 3 年之前
父節點
當前提交
f05e907282
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      vue-theme/editor-style.css

+ 3
- 3
vue-theme/editor-style.css 查看文件

@@ -41,7 +41,7 @@ a {
41 41
     /* leave underline to show links when editing */
42 42
     /* text-decoration: none; */
43 43
 }
44
-a &:hover {
44
+a:hover {
45 45
     cursor: pointer;
46 46
     color: black;
47 47
 }
@@ -97,9 +97,9 @@ ol {
97 97
 }
98 98
 
99 99
 /* separator types */
100
-.wp-block-separator {
100
+.editor-styles-wrapper, .wp-block-separator {
101 101
     border: none;
102
-    height: 0.8em;
102
+    /* height: 0.8em; */
103 103
     text-align: center
104 104
 }
105 105
 

Loading…
取消
儲存