소스 검색

Canard: Update quote block border styles, to work better with the new styles planned for Gutenberg 5.2. See #594.

Laurel Fulford 6 년 전
부모
커밋
fbf0df6ed5
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      canard/editor-blocks.css

+ 5 - 0
canard/editor-blocks.css

@@ -281,6 +281,11 @@
 	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 {
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;