Jelajahi Sumber

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

Laurel Fulford 6 tahun lalu
induk
melakukan
fbf0df6ed5
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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;