瀏覽代碼

remove underlines for links within tables.

Caroline Moore 6 年之前
父節點
當前提交
a7e4a490ab
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      apostrophe-2/css/editor-blocks.css

+ 5 - 0
apostrophe-2/css/editor-blocks.css

@@ -549,6 +549,11 @@ body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block:no
 	border-bottom: solid 1px;
 }
 
+.wp-block-freeform.block-library-rich-text__tinymce table td a,
+.wp-block-freeform.block-library-rich-text__tinymce table th a {
+	text-decoration: none;
+}
+
 .wp-block-freeform.block-library-rich-text__tinymce table th {
 	border-bottom: solid 3px;
 }