فهرست منبع

Editor: Make sure table styles match the front end.

alaczek 7 سال پیش
والد
کامیت
6322102d1a
2فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 5 0
      radcliffe-2/assets/css/blocks.css
  2. 1 2
      radcliffe-2/assets/css/editor-style.css

+ 5 - 0
radcliffe-2/assets/css/blocks.css

@@ -181,6 +181,11 @@ ul.wp-block-gallery li {
 	display: table;
 }
 
+.wp-block-table td, 
+.wp-block-table th {
+	border: none;
+}
+
 .wp-block-table.alignfull {
 	width: 96vw;
 }

+ 1 - 2
radcliffe-2/assets/css/editor-style.css

@@ -268,10 +268,9 @@ p.editor-rich-text__tinymce.mce-content-body {
 	margin-bottom: 0;
 }
 
-.edit-post-visual-editor table,
 .edit-post-visual-editor th,
 .edit-post-visual-editor td {
-	border: 1px solid rgba(0,0,0,.15);
+	border-right: 0;
 }
 
 .edit-post-visual-editor table {