소스 검색

Fix for table heading borders in the editor.

Caroline Moore 6 년 전
부모
커밋
f163d59a49
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scratchpad/editor-blocks.css

+ 1 - 0
scratchpad/editor-blocks.css

@@ -741,6 +741,7 @@
 }
 
 .editor-block-list__block table.wp-block-table th {
+	border: 0;
 	border-bottom: 1px solid #ddd;
 	font-size: 90%;
 	padding: 0.5em;