瀏覽代碼

Merge pull request #608 from Automattic/fixes/594-quote-block-border

Canard: Update quote block border styles
Laurel 6 年之前
父節點
當前提交
437c77fb6d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      canard/editor-blocks.css

+ 5 - 0
canard/editor-blocks.css

@@ -281,6 +281,11 @@
 	border-left: 0;
 	border-left: 0;
 }
 }
 
 
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"],
+.wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] {
+	border-right: 0;
+}
+
 .editor-block-list__block .wp-block-quote:before {
 .editor-block-list__block .wp-block-quote:before {
 	-webkit-font-smoothing: antialiased;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	-moz-osx-font-smoothing: grayscale;