소스 검색

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…
취소
저장